Input Methods DIY

An input method consists of two files
  1. HEADER.im
  2. DICTIONARY.dic

Æ´Òô

tonepy.im THE EXTENSION MUST BE .im
Æ´Òô The first line is the Chinese name of the method
7 The second line is the maximum number of characters in a code
tonepy.dic The third line is the name of the corresponding dictionary file
1
.
.
A
.
.
.
Z
The following lines are the valid characters for the codes (upper case please)

tonepy.dic
......PIN1 Æ´PIN1 æ°...YIN1 Òô...
  1. The file consists of ONE SINGLE LINE!
  2. The codes must be upper cases
  3. Sorted by the codes.
  4. If the number of characters in a code for a Chinese character is less than the maximum number, fill the remaining with SPACES. So, for Æ´, there are 3 spaces on the right of PIN1.
  5. The next code follows the previous Chinese character without any space or separater.
  6. End the file immediately after the the last character


Don't forget email your input method files to me so that I can distribute to other users.

back to main page