[Webkit-unassigned] [Bug 24906] 0x5C of EUC-JP is not Yen Sign but U+005C

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 29 12:08:18 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24906





------- Comment #14 from naruse at airemix.jp  2009-03-29 12:08 PDT -------
In short:

For historical reason, in Japan 0x5C and U+005C is ambiguous.
They may be backslash and yen sign.

But we have workarounds for this problem.

However webkit make 0x5C of EUC-JP as U+00A5.
U+00A5 is absolutely YEN SIGN.

This is separete backslash from 0x5C
and against both de fact and de jure standards,
and breaks copy and search.

Desirable behavior is adjust to IE and Firefox:
maps 0x5C to U+005C and don't hack moreover.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list