Message8819

Author rpan
Recipients jeff.allen, kasso, rpan, zyasoft
Date 2014-06-25.05:22:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAFC+ovbjOqLmVp9gSWTsVnHQ4J=enPunaM0HkrgdbKHFtJaJ9g@mail.gmail.com>
In-reply-to <1403647786.39.0.776538708927.issue2123@psf.upfronthosting.co.za>
Content
Hi, Jeff,

Thanks a lot for handling this. I really appreciate it.

One thing I noticed from the console output:

>>> s = "使用"
>>> s
'\xca\xb9\xd3\xc3'

This is different from Jython 2.2.1. We should expect the same characters
returned when printing s, like we have in Jython 2.2.1:

>>> aa="操作"  <-- Multi-byte characters are displayed correctly
>>> print aa
操作

Could you please see if this is still an issue? Appreciate your comments.

Thanks,
Rose
Files
File name Uploaded
unnamed rpan, 2014-06-25.05:22:06
History
Date User Action Args
2014-06-25 05:22:07rpansetrecipients: + rpan, zyasoft, jeff.allen, kasso
2014-06-25 05:22:06rpanlinkissue2123 messages
2014-06-25 05:22:06rpancreate