-
-
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
compilation errors on folders with Korean names #5216
Comments
If you open up the folder "C:\Users\Administrator\Documents\Arduino\examples" outside of Arduino do the folder names show properly or do they have question marks in them? I've seen this before working with other files with Korean names. |
@matthijskooijman can it be a side effect of arduino/arduino-builder#156 ? |
@facchinm Possibly, perhaps the lack of escaping previously masked problems in ctags with special characters? I guess it would be interesting to see the ctags input and output here. |
@facchinm @matthijskooijman Since the OP hasn't responded I am going to throw the korean language pack on my PC and see if I can get more information... I have a theory I want to test out as I have seen this issue before in other software that couldn't handle Korean, Japanese or Chinese properly. |
@dlabun, thanks for diving into this! :-D |
Gentlemen, I do not believe the OP's installation is a "standard" Arduino install. It looks like somebody attempted to translate the sketches into Korean... From looking at the screenshot he attached it's clear that's not the normal Ping example, it's been translated into Korean. If you try to save or open files with Korean characters the IDE throws an error stating only ASCII characters are support for file / folder names. The IDE works perfectly fine if I set the language to Korean but use only ASCII for the actual code and file names. |
Minimal sketch to reproduce the bug:
IDE 1.6.11 on OSX 10.11.5, sketch file name is
There is not much to see, When I run the commands manually, I get:
|
This issue has been solved in #5277 that is basically a duplicate of this one. |
Compiling the sketch on the Korean named folder, the following error messages are displayed:
The text was updated successfully, but these errors were encountered: