[Webkit-unassigned] [Bug 37480] Add query string tests from Google URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 12 23:37:48 PDT 2010


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


Jonathan Dixon <joth at chromium.org> changed:

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




--- Comment #7 from Jonathan Dixon <joth at chromium.org>  2010-04-12 23:37:48 PST ---
Tip for the follow up pass: you can use http://rishida.net/tools/conversion/ to
do the character set conversion utf 8 -> utf 16, e.g.
q=\xe4\xbd\xa0\xe5\xa5\xbd translates to q=\u4F60\u597D in JS escaping.
(i.e. enter "e4 bd a0 e5 a5 bd" into the UTF-8 code units box)

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