Message6958

Author jeff.allen
Recipients amak, fwierzbicki, jeff.allen
Date 2012-03-23.20:48:01
SpamBayes Score 8.322005e-05
Marked as misclassified No
Message-id <1332535682.06.0.843633404385.issue1836@psf.upfronthosting.co.za>
In-reply-to
Content
"If you retry your code with values outside the range oxD800-0xDFFF, it will work."

It was not my code but Python's test_bytes.py that brought this up (by not compiling). The point about UCS-2 vs. UTF-16 is a good explanation. If we are living with that difference, we should perhaps not expect the same response to the invalid string.

I think the response by the parser leaves somewhat be desired, but I'll go quietly.
History
Date User Action Args
2012-03-23 20:48:02jeff.allensetmessageid: <1332535682.06.0.843633404385.issue1836@psf.upfronthosting.co.za>
2012-03-23 20:48:02jeff.allensetrecipients: + jeff.allen, fwierzbicki, amak
2012-03-23 20:48:01jeff.allenlinkissue1836 messages
2012-03-23 20:48:01jeff.allencreate