>However, I also fail to reproduce the problem on OSX. I get
>
> File "a.py", line 3
> print "�N"
> ^
>SyntaxError: invalid syntax
Umm, strange... I can output correct result even if
using euc_jp (my terminal named command prompt cannot
output euc_jp string directly, AFAIK)
> print("\ufffd")
>>> print("\ufffd")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "e:\python-dev\py3k\lib\io.py", line 1247, in write
b = encoder.encode(s)
UnicodeEncodeError: 'cp932' codec can't encode character '\ufffd' in
position 0:
illegal multibyte sequence