Ezio Melotti <ezio.melo...@gmail.com> added the comment:

For the chars you pasted, on Python 3 I get:
>>> ord('—')  # U+2014 EM DASH
8212
>>> ord('¥')  # U+00A5 YEN SIGN
165

If I type alt+8212 I get '—' and if I type alt+0165 I get '¥'.
What version of Python are you using and on what OS?

----------
nosy: +ezio.melotti

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11833>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to