Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] print u'\xe4'.encode(sys.stdout.encoding) -> ?
2. [New comment] print u'\xe4'.encode(sys.stdout.encoding) -> ?

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

ISSUES

1. [New comment] print u'\xe4'.encode(sys.stdout.encoding) -> ?
http://ironpython.codeplex.com/workitem/29487
User yYHernan has commented on the issue:

"Same issue still exists in 2.7.3

IronPython 2.7.3 (2.7.0.40) on .NET 4.0.30319.17626 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print u'\xe4'.encode(sys.stdout.encoding)
?
>>> sys.stdout.encoding
'cp437'
"-----------------

2. [New comment] print u'\xe4'.encode(sys.stdout.encoding) -> ?
http://ironpython.codeplex.com/workitem/29487
User yYHernan has commented on the issue:

"Using .Net library within IronPython shows the correct result, see below:

>>> import clr
>>> import System
>>> System.Console.WriteLine(u'\xe4')
รค"
----------------------------------------------



----------------------------------------------
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

Reply via email to