Message7032

Author amak
Recipients amak, fwierzbicki, jeff.allen
Date 2012-04-06.19:52:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333741937.42.0.039915315777.issue1836@psf.upfronthosting.co.za>
In-reply-to
Content
I understand the desire to have exactly the same behaviour as cpython.

But it is worth noting that the characters we're talking about are invalid characters in UCS-2 as well.

http://www.azillionmonkeys.com/qed/unicode.html

So real-world users will never see this situation: the code-points only ever appear in test code.

How hard do we want to work to make jython behave the same as cpython? To the point of breaking UTF-16 behaviour in order to be same as cpython's more limited UCS-2 behaviour? Just to make some UCS-2 specific (i.e. not portable) tests behave the same?

I vote no.
History
Date User Action Args
2012-04-06 19:52:17amaksetmessageid: <1333741937.42.0.039915315777.issue1836@psf.upfronthosting.co.za>
2012-04-06 19:52:17amaksetrecipients: + amak, fwierzbicki, jeff.allen
2012-04-06 19:52:17amaklinkissue1836 messages
2012-04-06 19:52:17amakcreate