Bug 627

Summary: Description of each IM should be available
Product: UIM Reporter: Yusuke TABATA <yusuke>
Component: libuimAssignee: uim-bugs
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: high CC: uim-bugs
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 2304    

Description Yusuke TABATA 2004-05-16 01:53:18 UTC
Description of each IM should be available from input method selection GUI.
Comment 1 YamaKen 2004-05-16 02:38:32 UTC
There are placeholders for this feature. custom.scm contains following
definitions and waiting to be described by someone. Contributions and
discussions are welcome.

(define anthy-im-canonical-name "Anthy")
(define anthy-im-desc "long description will be here.")

(define py-im-canonical-name "Pinyin")
(define py-im-desc "long description will be here.")

(define romaja-im-canonical-name "Romaja")
(define romaja-im-desc "long description will be here.")
...
Comment 2 YamaKen 2005-01-30 17:23:04 UTC
I had modified almost description of IMs bundled in uim (except for m17nlib
IMs), as follows.
I think that it had achieved reasonable quality.

(hangul-register-im
 'hangul2
 "ko"
 "UTF-8"
 (N_ "Hangul (2-bul)")
 (N_ "2-bul style hangul input method")
 hangul2-init-handler)

;; hangul3 IM does not require generic-keys disabled
(generic-register-im
 'hangul3
 "ko"
 "UTF-8"
 (N_ "Hangul (3-bul)")
 (N_ "3-bul style hangul input method")
 hangul3-init-handler)

(hangul-register-im
 'romaja
 "ko"
 "UTF-8"
 (N_ "Hangul (Romaja)")
 (N_ "Romaja input style hangul input method")
 romaja-init-handler)

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.