-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Accent and Tab's ERROR #5277
Comments
Could you provide a complete (but minimal) example showing this problem? A sketch in zipfile is probably easiest, or just including the code in a comment (using the ``` code block markdown syntax around the code) |
Sorry, I uploaded the video demonstrating the problem: https://www.youtube.com/watch?v=AMB4zOs6bRs&feature=youtu.be |
Seems to be the same problem as in #5216. |
It's the same issue, non-ASCII characters don't work in the IDE. The IDE throws error messages when you try to open / save files from the IDE with non-ASCII characters but it doesn't give you any useful errors during compiling. The only real fix to this would be enable full Unicode support. |
The problem is due to https://github.com/arduino/arduino-builder/pull/156/files#diff-8f49a7d3dafee03fdad8aeee774529afR426 |
@facchinm Until a full solution can be implement could an error message be added in? At least it could explain the issue to users. |
@dlabun , it should be solved in the next few days, then it will be merged in nightly build so no need to add strings to explain something that is going to be fixed soon 😉 |
Implementation borrowed from net/mail package (message.go) Solves arduino/Arduino#5277
Implementation borrowed from net/mail package (message.go) Solves arduino/Arduino#5277
@dlabun , in the meantime you could test this PR arduino/arduino-builder#178 (comment) Once you download the linked zip, replace the |
My example from 5216 compiles without errors, also with a directory name like ‹smiley-face›‹lion-face›‹thunder-and-rain›‹snowman›. |
Implementation borrowed from net/mail package (message.go) Solves arduino/Arduino#5277 Signed-off-by: Martino Facchin <m.facchin@arduino.cc>
Fix arduino/Arduino#5277 Signed-off-by: Cristian Maglie <c.maglie@arduino.cc>
In the version 1.6.10 and 1.6.11 folder that has accent the IDE doesn't recognition TAB's
Error: functionXXX was not declared in this scope
The text was updated successfully, but these errors were encountered: