Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4660079
By: nicooo

Hi,
I cannot make this work with python 2.5 on Windows. My file is TestUnicode.py
and contains only one line:
print u'\xe9\xe9\xe9 Salut'

Traceback (most recent call last):
  File "C:\Workspace_Python\CqExportImport\src\TestUnicode.py", line 1,
in <module>
    print u'\xe9\xe9\xe9 Salut'
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: 
ordinal
not in range(128)

It works non problem on a Windows CMD. Thanks for your help.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to