[Bug 6742] pre-encoded form values should be restorable as submitted

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


Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID




--- Comment #11 from Ian 'Hixie' Hickson <ian@hixie.ch>  2009-06-28 01:51:59 ---
If the server is interpreting strings like "&123;" as character escapes when
using UTF-8, then that's a bug on the server. If the server is not using UTF-8
and expecting round-tripping of user-entered characters outside the declared
encoding, then that's a bug on the server.

Other than those two cases, I don't understand the problem being described
here. As far as I can tell, there is no ambiguity anywhere if you use UTF-8 and
follow the spec properly.


-- 
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 Sunday, 28 June 2009 01:52:17 UTC