Bug 502

Summary: uim-anthy commits fullwidth space in hankaku-katakana mode
Product: UIM Reporter: YamaKen <yamaken>
Component: generic Scheme codesAssignee: YamaKen <yamaken>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium CC: tkng, uim-bugs
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description YamaKen 2004-04-19 13:19:49 UTC
uim-anthy (, uim-canna and possibly uim-prime) commits fullwidth space in
hankaku-katakana mode. This is caused by ja-direct in japanese.scm, but I can't
fix this because I don't know what is proper code for ja-direct. See comments of
ja-direct-rule in japanese.scm (copied below).

;; What's intended? The name "ja-direct-rule" makes me confused
;; because it acts in non-direct modes. This rule makes
;; uim-anthy improper as always sending zenkaku-space in
;; hanakaku-kana mode. This seems to be used to "always commit
;; zenkaku-space regardless input mode". If it's true, This rule
;; should be able to be disabled. -- YamaKen
(define ja-direct-rule
  '((" " " ")
    ))
Comment 1 Etsushi Kato 2006-06-20 19:23:13 UTC
Fixed in r3638.

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.