-
Notifications
You must be signed in to change notification settings - Fork 159
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
Errors Loading UTF-8 formatted files via Chrome App #255
Comments
If I:
Does it work for you when you copy/paste? At least for espruino.com/ide the root cause is that your file is actuallt a UTF8 text file. It actually contains those extra characters that you see. If you upload the attached (non-UTF8) file then it may actually work for you? So I guess we need to detect UTF8 files somehow and convert them? I don't know if this is something the Web Browser would actually handle automatically |
Yes copy paste works
Yes it does Just checking Sublime settings
So saving the files as non-UTF-8 does the trick - Many thanks! |
Renamed - and lets leave this open. Ideally the IDE would be able to load UTF8 and convert it either way. Lets ignore the Chrome App for now as at some point Google are still planning to kill it. |
Fixed now |
External editor
WebIDE - Chrome App, v0.75.8
WebIDE - https://www.espruino.com/ide/
Sample text
umlauts.js.txt
More infos: http://forum.espruino.com/comments/16077675/
Any idea how to handle this?
The text was updated successfully, but these errors were encountered: