-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
UFT-8 multibyte characters are broken when using the "Pull" function on your Remote Sketchbook #449
Comments
Quality bug report 🙏 Thank you! This issue is related to #634, at least on the code level, and will be fixed soon. After the fix, IDE2 can show all the characters for a sketch pulled from the cloud: Does IDE2 want to highlight the invisible, ambiguous, and non-basic ASCII characters in the editor (leave as is) or hide them as IDE2 did for the output (#1375) Currently, it's like this: 449.mp4What's your opinion on this, @per1234? Thank you! |
Closes #449 Closes #634 Signed-off-by: Akos Kitta <[email protected]>
I think it is a very useful feature. It is common to see forum posts from people asking for help with cryptic compilation errors like:
This is caused by website software or word processors prettying up code text by doing things like replacing correct straight quotes with "smart quotes". So I would leave the feature enabled, but we can consider refining the default "Unicode Highlight" settings if we see indications that specific aspects of the current settings are producing a poor UX. Unfortunately I see that the most common culprit: the curved double quote is not even highlighted with the current defaults. |
Closes #449 Closes #634 Signed-off-by: Akos Kitta <[email protected]>
Closes #449 Closes #634 Signed-off-by: Akos Kitta <[email protected]>
Closes #449 Closes #634 Signed-off-by: Akos Kitta <[email protected]>
Closes #449 Closes #634 Signed-off-by: Akos Kitta <[email protected]>
Closes #449 Closes #634 Signed-off-by: Akos Kitta <[email protected]>
Describe the problem
When you do a "Pull" on a file in your Remote Sketchbook that contains UTF-8 multibyte characters, these characters are not displayed correct in Arduino IDE.
To reproduce
Here's my shared one as an example: https://create.arduino.cc/editor/Dirk67/d86881f0-faf3-48cd-8097-ce9915bb1ca0/preview .
Expected behavior
UFT-8 multibyte characters, should always display correctly.
Arduino IDE version
2.0.0-beta.9
Operating system
Windows
Operating system version
10
Additional context
Additional reports:
Issue checklist
The text was updated successfully, but these errors were encountered: