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.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users