Issue 3094: EUC-JP implementation is not compatible with IE and Firefox.
http://code.google.com/p/chromium/issues/detail?id=3094
New issue report by [EMAIL PROTECTED]:
<b/1361379>
EUC-JP has some variants. Windows implementation is CP51932, which seems
to be the de facto of Japanese "EUC" web sites including the followings:
hatena.ne.jp
mixi.jp
livedoor.com
fc2.com
blogs.yahoo.co.jp
'燁' (U+71C1) is 0x8FCAB3 in Unix EUC-JP. 0xFAFC in CP51932.
IE expects 0xFAFC. Chrome expects 0x8FCAB3. They can't decode the
unexpected one.
Firefox can decode both of them, because Firefox's EUC-JP implementation
is basically CP51932 + supplement.
Also, when posting from EUC-JP pages, IE and Firefox encodes '燁' to %FA%
FC whereas Chrome encodes it to %8F%CA%B3.
Safari/Win 3.1.2 behaves in the same way as Chrome. (both decoding and
encoding)
Attachments:
euc-jp.PNG 4.9 KB
euc-jp.html 469 bytes
Issue attributes:
Status: Assigned
Owner: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All I18N I18N-jp
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---