You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Current version exhibits encoding issues when displaying Chinese characters (and potentially other non-ASCII characters) in the editor interface. This affects both code comments and UI elements.
Suggested Solution:
Implement proper UTF-8 encoding support throughout the application
Add language selection option in settings
Provide encoding format configuration for file operations
Create localization framework for future multilingual expansion
The text was updated successfully, but these errors were encountered:
we know there's an issue with characters encoding, I think this was due to MicroPython itself not supporting extended characters in the file system.
some of our students had this issue too when naming files with accents.
definitely gonna investigate this
about your suggesitons, I'm fairly sure point 4 won't be addressed anytime soon.
This is still a project we work on as a Lab activity within Arduino.
There's an upcoming version with some enhancements but wether or not a fix for this issue makes it through is still up in the air.
Definitely marking it as bug, so thank you for pushing :)
Description:
Current version exhibits encoding issues when displaying Chinese characters (and potentially other non-ASCII characters) in the editor interface. This affects both code comments and UI elements.
Suggested Solution:
The text was updated successfully, but these errors were encountered: