-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Python IDLE doesn't like 💙 #71278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
When I past 💙 into the Python IDLE it closes automatically. |
What is your OS? Windows? What is the full Python version (see the IDLE window title)? Note: I cannot reproduce the issue on Linux with Python 3.4.3: pasting a string which contains 💙 do nothing, whereas pasting pure ASCII string works well. I recall the TCL doesn't have a full support of Unicode, usually it only supports BMP (U+0000-U+ffff). 💙 is a non-BMP character: U+1f499. |
Is this the same as bpo-13153? |
My version is: Python 3.5.0 (v3.5.0:374f501f4567, Sep 13 2015, 02:16:59) [MSC v.1900 32 bit (Intel)] on win32 Yes, I think the issue is likely a dublicate of http://bugs.python.org/issue13153 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: