Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] different prints for u'\xa0' against python2.7.3
----------------------------------------------
ISSUES
1. [New issue] different prints for u'\xa0' against python2.7.3
http://ironpython.codeplex.com/workitem/33030
User wy0917 has proposed the issue:
"u\xa0 should be a white space:
== python 2.7.3 ==
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> fn=u'\xa0'
>>> print fn
>>>
== IronPython 2.7.3 ==
IronPython 2.7.3 (2.7.0.40) on .NET 4.0.30319.269 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> fn=u'\xa0'
>>> print fn
?
>>>
it was translated to a '?' in ironpython"
----------------------------------------------
----------------------------------------------
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
http://mail.python.org/mailman/listinfo/ironpython-users