abertschi / sailfish-wlan-keyboard

Use your computer keyboard as input device on SailfishOS
http://wlankeyboard.abertschi.ch
GNU General Public License v3.0
21 stars 7 forks source link

Accented/special characters not displayed #18

Closed fravaccaro closed 8 years ago

fravaccaro commented 9 years ago

I have troubles in displaying accented characters èòàù and special characters, like £ and € (no problems with $ though).

My keyboard layout is set to Italian.

abertschi commented 9 years ago

The keystrokes seem to be transmitted to the Qt app but not applied by the headless-keyboard layout

Issue #17 might be related to this one.

aAXEe commented 9 years ago

Same here. The special characters like ä, ü, ö, ß work only with the clipboad mode but are not typed in the headless mode. So I guess that the problem is in the headless-keyboard layout?

abertschi commented 9 years ago

There is an encoding issue in the keyboard layout. Ascii is used for all keystrokes. Therefore characters greater than 127 will result in an exception. Thats why the issue does not appear in the English language. I will try to fix it until the end of next week.

abertschi commented 8 years ago

Error causing debug statements removed. abertschi/sailfish-headless-keyboard-dbus@d41f19d

abertschi commented 8 years ago

Tested with various non ascii chars. Chinese as well #17. Should be fine now.