Bug 627 - Description of each IM should be available
Summary: Description of each IM should be available
Status: RESOLVED FIXED
Alias: None
Product: UIM
Classification: Unclassified
Component: libuim (show other bugs)
Version: unspecified
Hardware: All All
: high enhancement
Assignee: uim-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 2304
  Show dependency treegraph
 
Reported: 2004-05-16 01:53 UTC by Yusuke TABATA
Modified: 2005-01-29 22:23 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.