NicoHood / HID

Bring enhanced HID functions to your Arduino!
http://www.nicohood.de
MIT License
2.38k stars 408 forks source link

Missing support for "æøå" #356

Open Emilurenius opened 2 years ago

Emilurenius commented 2 years ago

I am using the norwegian layout, and I wish to use the three last letters in the norwegian alpabet: æ, ø and å.

Problem is, it seems to not be supported. I can't find it in defined keys, and Keyboard.write('æ') does nothing. Same with the two other letters.

Am I missing something, or is support for these letters missing?

NicoHood commented 2 years ago

This is not yet supported, as this is a special edge case and outside the ascii scope. We are not decoding UTF8 right now.