Skip to content
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

German "Umlaute" are ignored when cut and paste text in a Microcontroller editor #72

Open
dranjor opened this issue Jun 16, 2021 · 2 comments

Comments

@dranjor
Copy link

dranjor commented Jun 16, 2021

Copying this text in a Microcontroller editor

digiline_send("lcd", "Test: öäüß")

causes error: <invalid wide string>

@chrbinder
Copy link

I'm getting the same error.
When sending these characters to a digilines lcd, the corresponding characters are not displayed.

@fluxionary
Copy link
Contributor

i don't get the <invalid wide string> thing, possibly that's due to trying to paste things in w/ a weird character encoding. the reason they don't show up in the LCD, though, is because every letter on the LCD is a separate image file, and there's no files for those letters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants