[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs

Cyrillic Input Method (CIM)

The Cyrillic Input Method (CIM) is similar to the Single-Byte Input Method, except that it is customized for processing the Cyrillic keyboard. The features of CIM are:

Keymap:

bg_BG.ISO8859-5.imkeymap

mk_MK.ISO8859-5.imkeymap

sr_SP.ISO8859-5.imkeymap

ru_RU.ISO8859-5.imkeymap

be-BY.ISO8859-5.imkeymap

uk-UA.ISO8859-5.imkeymap

Keysyms:

The CIM uses the keysyms in the XK_CYRILLIC, XK_LATIN1, and XK_MISCELLANY groups.

Reserved Keysyms:

XK_dead_acute 0x180000b4
XK_dead_grave 0x18000060
XK_dead_circumflex 0x1800005e
XK_dead_diaeresis 0x180000a8
XK_dead_tilde 0x1800007e
XK_dead_caron 0x180001b7
XK_dead_breve 0x180001a2
XK_dead_doubleacute 0x180001bd
XK_dead_degree 0x180000b0
XK_dead_abovedot 0x180001ff
XK_dead_macron 0x180000af
XK_dead_cedilla 0x180000b8
XK_dead_ogonek 0x180001b2
XK_dead_accentdieresis 0x180007ae

The preceding keysyms are unique to the input method of this system.

Modifiers

Related Information

National Language Support Overview for Programming, Input Method Overview.


[ Previous | Next | Contents | Glossary | Home | Search ]