[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
Wed Mar 10 10:56:55 PST 2010


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





--- Comment #46 from mitz at webkit.org  2010-03-10 10:56:54 PST ---
1. Do you also need to use “nonDisplayString()” in
SimplifiedBackwardsTextIterator::handleTextNode() ?
2. In the text-transform + transcoding case, you just fall back on using the
(transcoded) text() as the nonDisplayString(). Perhaps in this case you
nonDisplayString() could apply the transform on the fly to the original string
(so it will return a transformed, yet not transcoded, string).
3. Is there harm in transcoding when running on Windows and the font being used
is actually one of the fonts that have backslash mapped to the Yen sign?

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


More information about the webkit-unassigned mailing list