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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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