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

includecodes system store

includecodes system store

&includecodes allows you to reference an external file for named character constants. Keyman Developer includes <file>unicodedata.txt</file>, which lists all the named Unicode characters - in version 7.0, it includes all the Unicode 5.0 characters.

The file format is based on unicodedata.txt. Fields are delimited by semicolon (;) and only the first two fields are used by Keyman Developer.

####;CONSTANT_NAME;additional data
    
  • #### should be a 4-6 digit Unicode character value, e.g. 0061, for 'a'

    CONSTANT_NAME is a case insensitive name. Characters allowed are A-Z, 0-9, space and _. Note that space will be converted to underscore (_) by Keyman Developer when the file is imported.

    additional data is ignored by Keyman Developer.

Example
store(CCedilla) U+00E7
+ [RALT K_C] > $CCedilla
      
Versions

The &includecodes statement was introduced in Keyman 5.0.