- From: <bugzilla@jessica.w3.org>
- Date: Fri, 11 Apr 2014 13:45:54 +0000
- To: www-international@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25266 --- Comment #3 from Masatoshi Kimura <VYV03354@nifty.ne.jp> --- Created attachment 1470 --> https://www.w3.org/Bugs/Public/attachment.cgi?id=1470&action=edit Testcase I'm for adding 0xFC 0xFB => FFE2. Gecko and Trident already support this. But I'm adding other code points for two reasons: 1. No official specs have those mappings. 2. They are not interoperable between browsers. Gecko will convert all of them to U+FFFD. Trident will convert 0x8E 0xE0 .. 0x8E 0xE2 to U+73EE U+7AE2 U+9D5D. Also Trident does not support triple-byte sequences at all (0x8F 0xF3 0xhh will be converted to U+5834 U+xxxx). -- You are receiving this mail because: You are on the CC list for the bug.
Received on Friday, 11 April 2014 13:46:05 UTC