[Bug 5802] No mention of %uXXXX escapes

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5802


Philip Taylor <excors@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |excors@gmail.com




--- Comment #2 from Philip Taylor <excors@gmail.com>  2008-06-25 13:11:33 ---
I'm not sure what HTML5 defines already, but (if I understand correctly) it
would need to define that "%u1234" is transmitted to the server as "%u1234" and
not as "%25u1234".

E.g. <http://10.pro.tok2.com/%7ehonetsugi408/> used to have a link to
<http://maps.live.com/default.aspx?v=2&ss=yp.%u3057%u304a%u3084%u6574%u9aa8%u9662~yp.%u3057%u304a%u3084%u63a5%u9aa8%u30fb%u6574%u9aa8%u9662&cp=35.790005~139.439234&style=r&lvl=18&tilt=-90&dir=0&alt=-1000>,
which doesn't work if the %s are encoded as %25.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 25 June 2008 13:12:14 UTC