The following is the known bugs and todo regarding miniChinput and all its components including IMdkit / unicon / various input modules.

Item #  Heading / Description                                       Date
======  =========================================================== ============
001     Wrong overspot caret position                               5-Jul-02
        When using overspot style the caret position is obtain by
      	preedit_attr, however, it is not do the job correctly
--------------------------------------------------------------------------------
002     Sorting function in TL_hzinput.so                           5-Jul-02
        The sorting function in this modules is poor in terms of
        usability. For eg. you some word can be translate by 
        extactly two input two. Due to the poor implementation in
        this area, all word with freq higher than 1 will will 
        sort with a higher place.
--------------------------------------------------------------------------------
003     Cleanup Unicon part.                                        5-Jul-02
        Unicon modules is actually not necessary for current 
        implementation. The modules is intented for using unicon   
        as a all-round input modules server, but it is not the case
        for most user and distro including C2K
--------------------------------------------------------------------------------
004     Use a better approach to do the rc file parsing             5-Jul-02
        The current format of rc file and also the logic to parse
        the rc file is poor in flexibility.
        It should be improved
--------------------------------------------------------------------------------
005     Better support for multiple locale                          5-Jul-02
        In the internal implementation of miniChinput, it support
        four encoding (GB18030, GB2312, Big5, and Big5-HKSCS), 
        however, if the envorinment is lack of anyone of the above
        locale, it can't started.
        It should handle the case if only part of the supported 
        locale is available, for instance, only Big5 is used.
--------------------------------------------------------------------------------
