Page 2 of 2

Re: Properly written keyboard driver

Posted: Sun Nov 15, 2015 5:17 am
by Combuster
Brendan wrote:And if cases do exist where a single key press should cause 2 or more code-points.
This might count, though you can write such çhäräçtërs both by their direct codepoint (U+00C0....U+00FF) or by combination, so you could still get away with one.

Maybe there are better examples I'm not aware of yet.