Ticket #3498 (closed bug: fixed)
IO library has no locale codec support on Windows
| Reported by: | simonmar | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.0.1 |
| Component: | libraries/base | Version: | 6.11 |
| Keywords: | unicode | Cc: | |
| Operating System: | Windows | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Difficult (2-5 days) |
| Test Case: | 2302, print021 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
There is no support for the locale encoding (aka code page) on Windows in the new IO library. The main reason is that the MultiByteToWideChar API is insufficient to implement BufferCodec, because it doesn't do partial encodings (amongst other things).
Change History
Note: See
TracTickets for help on using
tickets.
