[Ironpython-users] IronPython, Daily Digest 12/28/2013

CodePlex no_reply at codeplex.com
Sun Dec 29 09:20:48 CET 2013


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] str() or unicode() setting up unicode string, exception occurs.

----------------------------------------------

ISSUES

1. [New comment] str() or unicode() setting up unicode string, exception occurs.
http://ironpython.codeplex.com/workitem/15372
User paweljasinski has commented on the issue:

"<p>I think this is no longer an issue. <br>The following:<br>```<br>a='A'<br>print unicode(a)<br>print str(a)<br>print "-"*20</p><p>a=u'\uff21'<br>print unicode(a)<br>print str(a)<br>```<br>produces:<br>```<br>A<br>A<br>--------------------<br>A<br>Traceback (most recent call last):<br>  File "test_cp15372.py", line 8, in <module><br>UnicodeEncodeError: ('unknown', '\x00', 0, 1, '')<br>```</p><p>which is consistent with cpython.<br>I also think I have nailed the origin of the obfuscated message.</p>"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20131229/3b2bf489/attachment.html>


More information about the Ironpython-users mailing list