[issue28434] U+1F441 EYE Missing in unicodedata

2016-10-13 Thread Mark Shoulson
Mark Shoulson added the comment: Sorry, NOSE is U+1F443; I should have used EAR which is U+1F442. The result is the same. -- ___ Python tracker <http://bugs.python.org/issue28

[issue28434] U+1F441 EYE Missing in unicodedata

2016-10-13 Thread Mark Shoulson
New submission from Mark Shoulson: Python3.4 does not appear to know about the Unicode character U+1F441 EYE, although it does know about nearby characters which were added to Unicode at the same time: >>> "\N{EYES}" # This is character U+1F440 '👀' >>&