Re: [Uri-review] ws: and wss: schemes

On Aug 14, 2009, at 0:39, Julian Reschke <julian.reschke@gmx.de> wrote:
> Ian Hickson wrote:
>>>>   URI scheme semantics.
>>>>      The only operation for this scheme is to open a connection  
>>>> using
>>>>      the Web Socket protocol.
>>>>
>>>>   Encoding considerations.
>>>>      UTF-8 only.
>>> What does this mean?
>> That the only encoding that can be used with this scheme is UTF-8.  
>> What is unclear?
> You can only have ASCII characters in a URI. I believe you're trying  
> to do the right thing, but it really requires a few more words  
> (...when non-URL characters are to be used in a ws URI, they need to  
> be encoded using UTF-8 and then percent-escaped...)

i think there is some misunderstanding here: "encoding" here refers to  
the encoding of the URI (as julian has pointed out in his response),  
not the encoding of the payload of the protocol that is used to  
interact with resources identified by the URI.

cheers,

dret.

Received on Sunday, 16 August 2009 05:29:07 UTC