Bug 502 - uim-anthy commits fullwidth space in hankaku-katakana mode
Summary: uim-anthy commits fullwidth space in hankaku-katakana mode
Status: RESOLVED FIXED
Alias: None
Product: UIM
Classification: Unclassified
Component: generic Scheme codes (show other bugs)
Version: unspecified
Hardware: All All
: medium normal
Assignee: YamaKen
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-19 13:19 UTC by YamaKen
Modified: 2006-06-20 19:23 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

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.