flex - Wny Linux sends unicode keyboard events while Windows sends ANSI -


unde linux, foreign keys such ü Ü not seem work code:

string.fromcharcode(e.charcode).tolowercase();

the output wrong under linux, windows ok.

here sample page debug this: output of foreign keys such ü linux looks same here, totally broken, 2 chars appear: http://www.bgxcomponents.com/flashvalidateregexp.htm

could this flash player bug.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -