On Fri, Nov 6, 2015 at 1:08 AM, Mahan Marwat <mahanmar...@gmail.com> wrote:
> When I am trying to paste this 🐍 in Python 3.5.0 IDLE. It crashes.
> Found it on this page: 
> http://www.fileformat.info/info/unicode/char/1f40d/index.htm
> Does Python have any problem with other snakes?

Was this on Windows? The Windows builds of Tk have a problem with
astral characters, so you may not be able to use them there. Try it on
Linux, or try using a character with a four-digit codepoint.

Other GUI toolkits may do better (I've used Gtk on Windows with astral
characters, though not from Python), and it should be fine on any
modern Linux system.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to