NEWIME.README

>> Steps to add your own Input IME to NJStar:
==================================================
1. edit IME source file (newime.b5 in this example)

2. run newime.bat to generate njinputU.dbg

3. run NJStar IME and click on "Input Button", select
   "Other Methods...", then click "Rescan" button.
   then your mathod will appears under 'U'.


>> Editing demo.b5 example source file:
==================================================
#IME_Name_C: s
  This line tells the Chinese name of your IME input method

#IME_Name_E: xPinyin
  This line tells the English name of your IME input method

#Copyright: (c) Mr J Wong
  The author of the input method

#Encoding: Big5                   # GB / Big5 (default)
  Chinese encoding for the source IME file. Default encoding is Big5 (.b5)

#Option-Case: lower               # lower (default) / mixed
  This line indicates if lower case or mixed case are used in your inpu method.
  Default is lower case

#Option-Encrypt: yes              # Yes (default)   / No
  Do you wish to encrypt your codes?

#Option-Sort: yes                 # Yes (default - FAST)   / No (SLOW) -- currently not used
  You must use "yes" for this option

#Option-MatchKeyLen: 3            # n (default=3)   after input >= n, all entries match input showed.
  This option controls the number of letters entered before multiple entries with same front letters are prompted
  The default option will display all entries matching the first 3 letters

#Option-PageUp: ,                 # key for scroll to prev page
  Go to previous screen of characters

#Option-PageDn: .                 # key for scroll to next page
  Go to next screen of characters


Hongbo Ni
<hongbo@njstar.com>
2004-05-05

