Comment 2 for bug 916505

Revision history for this message
basito (baswilbers) wrote :

It seems to me that for danish, input is not a problem right?
But output is, words like don't get written as donøt.
I tried To fix this with a regexp but it did not work because my windows version uses sendkeys which uses ascii, which means that non-us chars are gonna be a problem to emulate.

So I think that for windows, Non-us keyboard layouts can only be done with a replacement for sendkeys that has unicode support. Maybe sendinput can be implemented, as is noted in the source by hesky.

Btw if You want to just finger spell these letters: " æ ø å " you can probably add something for that in the dictionairy, but the again, the keyboard emulator would - on windows - only probably ouput them with unicode support.