* tools for Chise Character DataBase management ** make-chisedb-tarball.rb Usage: make-chisedb-tarball.rb example. % ./make-chisedb-tarball.rb /usr/local/lib/xemacs-21.4.14/i686-pc-linux This makes a tarball (chise-db.tar.gz) of the Chise Character DataBase files. Set a directory that contains "chise-db" directory to the first argument. You can input the temp directory to the second arg. (default value: /var/tmp) This tools also rename the characters that contains Windows forbidden characters. < > * ? ( ) + ! ** rename-files.rb Currently, the directory tree of XEmacs CHISE and the requirement of libchise is not same. This tool renames the old files trees to the new file trees. ** move-obsolete-files.rb There are some obsolete features. This tool moves the obsolete files to a directory. ** dump-database.rb This tool dumps all data of the database to text files. You can see the inside of the database. It's convenient. ** make_ids_db.rb This tool read the all of IDS test files, parse them and store them to BDB files. Then, you can use some ids features as normal features. It's very slow. It takes time almost 1 hour. ** trim_bom.rb This tool remove a BOM (Byte Order Mark) in the head of file. ==== by Kouichirou Eto, http://eto.com/