https://issues.apache.org/bugzilla/show_bug.cgi?id=45406


Will Rowe <[EMAIL PROTECTED]> changed:

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




--- Comment #3 from Will Rowe <[EMAIL PROTECTED]>  2008-07-16 06:30:55 PST ---
Marking Invalid.

You aren't able to use utf-16 or ucs-2.  Period.

The RFC2616 protocol clearly declares the input stream to be an ASCII superset
stream of otherwise opaque octets.  You can use any representation which is a 
superset of ASCII and work out what character set you expect, such as UTF-8 or 
ISO-8859-{any}.

The %xx syntax clearly defines one byte, and cannot express half a wchar.  If
you wish to interpret the bytestream in this way, you will have to recombine
them, but this would be ill advised, as "your protocol" can't necessarily be
proxied at all.


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to