On 1/3/2011 3:06 PM, Stefan Fritsch wrote:
> 
> The single octet 0xFF should be converted to some UTF8 character 
> according to the string type it occurs in, shouldn't it? Since we are 
> only escaping control characters I expect that only the codes in the 
> range \00 to \1F can appear in \xx form. Is this correct?

0xFE and 0xFF are entirely invalid UTF-8, there is no character unless you
had converted from a single byte character set.

Reply via email to