Ticket #2811 (closed feature request: fixed)
Unicode support for text I/O
| Reported by: | igloo | Owned by: | simonmar |
|---|---|---|---|
| Priority: | high | Milestone: | 6.12.1 |
| Component: | libraries/base | Version: | 6.10.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
This means adding Unicode encoding/decoding for Text I/O handles.
Consensus was that Text I/O should always use the current locale encoding.
You can elect to have no encoding by opening in binary mode, but that's all.
Presumably this will need the ability to convert between arbitrary encodings internally, so it would make sense to also expose this functionality as a library.
Change History
Note: See
TracTickets for help on using
tickets.
