scim-array is a Array 30 input method engine for SCIM to support all the functions of Array 30, including first-level and second-level short codes, special codes, and symbols. It also provides the notification of special codes and the "special code only" mode. scim-array is a free software and distributed with General Public License.


If the current input has a special codes, scim-array will notify the user to help user memorize.
If the character the user inputted has a specail codes, scim-array will notify the user.
If you enable this mode, you are forced to use special codes to input characters.
You can input multiple-character phrases.

Pleaese to go the download page to get the latest version of scim-array. The latest version now is 1.0.0.
Debian/Ubuntu users can download the deb package here.
For Fedora 7 and later, please use 'yum install scim-array' to install it.
Fedora user can download the rpm package here.
To compile scim-array, we should have the library and the header files of scim. Plecase check you have them on your Linux or FreeBSD system. If you use Debian/Ubuntu Linux, please install "scim-dev" package.
Extract the tarball files:
tar zxvf scim-array-x.x.x.tar.gz
Enter scim-array directory:
cd scim-array-x.x.x
Start to compile:
./configure
make
Start to install: (You should have the root privilege)
make install
If you find some bugs in scim-array, please go to the project site of scim-array to report.