-
Notifications
You must be signed in to change notification settings - Fork 7
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
Results window does not suport UTF-8? #30
Comments
The problem may be related to #20 |
If I start Brackets from the Terminal application using One solution to my problem is to created a wrapper application:
The script
Maybe the same kind of trick could be used in Brackets. |
I opened a bug at Brackets adobe/brackets#14002 |
I use Python3 as configured in #1 (comment)
My program is:
On the macOS Terminal console the output is:
In Brackets "Run Results" window I get the error:
Note that \xe0 is the ISO-8859-1 encoding for "à". The UTF-8 encoding is \xc3\xa0.
My source code file is encoded using UTF-8.
I have no idea what/who is converting from UTF-8 to ISO-8859-1.
The text was updated successfully, but these errors were encountered: