[Webkit-unassigned] [Bug 27262] Chromium: HTML exported isn't marked as being UTF-8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 10:23:50 PDT 2009


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


Jungshik Shin <jshin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jshin at chromium.org




--- Comment #4 from Jungshik Shin <jshin at chromium.org>  2009-07-14 10:23:50 PDT ---
nit: a bit of change in the comment and the bug description is necessary.

Judging from the way it's broken without your patch, what's assumed is not
ISO-8859-1 nor MacRoman but windows-1252 (it's a bit odd to see that on Mac OS
X :-)). 

For instance, U+2018 (Left Single Quotation Mark) whose UTF-8 representation is
"0xE2, 0x80, 0x98" is converted to "U+00E2, U+20AC, U+02DC". If it's
interpreted as ISO-8859-1, it would be converted to "U+00E2, U+0080, U+0098".

-- 
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