[Bug 26618] Fix mappings of legacy single byte encoding test failures for consistency with browsers

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26618

--- Comment #9 from Jungshik Shin <jshin@chromium.org> ---
I already commented in the mail thread. 

If we test encoding as well, there'd be a lot more discrepancy between ICU and
the encoding spec. For instance, ICU's single-byte tables for windows-12xx and
windows-874 map the full-width ASCII block (U+FFxx) to the corresponding
position 
in [0x20 - 0x7E].  

Anyway, there's an ICU bug to add tables to match the encoding spec. 
See http://www.icu-project.org/trac/ticket/10303

http://www.icu-project.org/trac/ticket/11231 deals with windows-874-specific
issue of mapping (encode-only) box drawing and a bunch of other characters to
[0x80, 0xFF] that are used for Thai characters.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 2 September 2014 19:13:31 UTC