Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0 (home page)Version 16.0 (home page, current version)Version 15.0 (home page)Version 14.0 (home page)Version 13.0 (home page)Version 12.0 (home page)Version 11.0 (home page)Version 10.0 (home page)Version 9.0 (home page)Version 8.0Version 7.0 (home page)Version 6.0 (home page)Version 5.0 (home page)Version 4.0 (home page)

Index

On this page

Unicode and ANSI

The begin statement defines where processing begins when a key is pressed. Keyman first determines whether the active application can accept Unicode input, and then selects the Unicode or ANSI begin statement accordingly.

Keyman supports the full Unicode character set (U+0001 - U+10FFFF). Characters below U+0020 are not recommended, although U+000D may be useful as a carriage return in some circumstances. Characters should be specified in UTF-32.

Surrogate characters should not be used, and the compiler will warn accordingly. Instead the appropriate UTF-32 codepoint should be used, and Keyman will translate the character internally into a surrogate pair so that the application can use it, if it is compliant.

Unicode characters can be specified in all of the methods referred to in the strings topic, but the U+xxxx method is recommended for clarity.

Versions

Unicode support was introduced in Keyman 5.0.

Related Topics