Skip to content

User names with accents not correctly supported in Arduino IDE on Windows #4041

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

Closed
noeldev opened this issue Oct 29, 2015 · 5 comments
Closed
Assignees
Labels
OS: Windows Specific to the Windows version of the Arduino IDE Type: Duplicate Another item already exists for this topic
Milestone

Comments

@noeldev
Copy link

noeldev commented Oct 29, 2015

The "Sketchbook location" and preferences.txt file paths are invalid in the Arduino IDE, File > Preferences properties if the user name contains accents or dieresis; such characters are replaced by other signs for example a Per Mille sign (‰). This also lead to the creation of folders with the wrong names on the disk.

@ffissore
Copy link
Contributor

Which os are you using? Can you tell the actual location of your sketchbook so we may reproduce your issue?

@ffissore ffissore added the Waiting for feedback More information must be provided before we can proceed label Oct 29, 2015
@ffissore ffissore added this to the Release 1.6.6 milestone Oct 29, 2015
@ffissore ffissore self-assigned this Oct 29, 2015
@ffissore
Copy link
Contributor

This should be fixed in the current hourly build http://www.arduino.cc/en/Main/Software#hourly. Can you please give it a try?

@ffissore ffissore added the OS: Windows Specific to the Windows version of the Arduino IDE label Oct 29, 2015
@noeldev
Copy link
Author

noeldev commented Oct 29, 2015

The OS is Windows 10 Pro, x64. The default location of the Sketchbook was "C:\Users\Noël\Documents" which appeared as "C:\Users\No‰l\Documents" in the IDE and a "C:\Users\No‰l" folder was created which includes sub-folders: AppData\Roaming\Arduino15 with 4 files including preferences.txt. I will give the hourly build a try, I will uninstall the current version 1.6.5 and delete the invalid folders first. Thanks.

@ffissore
Copy link
Contributor

Yeah, it looks a lot like #3360 which was fixed

@noeldev
Copy link
Author

noeldev commented Oct 29, 2015

Indeed, this issue is fixed in the latest hourly build: the paths look ok in the IDE and the correct folders are used on the disk, no more No‰l folders. Thanks.

@ffissore ffissore added the Type: Duplicate Another item already exists for this topic label Oct 29, 2015
@ffissore ffissore removed the Waiting for feedback More information must be provided before we can proceed label Oct 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS: Windows Specific to the Windows version of the Arduino IDE Type: Duplicate Another item already exists for this topic
Projects
None yet
Development

No branches or pull requests

2 participants