[Fedora-i18n-bugs] [Bug 457512] Hankaku/Zenkaku not recognized

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 7 13:57:31 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=457512





--- Comment #14 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>  2008-10-07 09:57:29 EDT ---
Still xorg-x11-server 1.5.1-6.fc10 Zenkaku/Hankaku is not recognized by
default (default means "without xorg.conf").

I am suggeested on the forum like below:
$ setxkbmap -print
$ setxkbmap -rules evdev -model jp106 -layout jp

Then
First one reports:
xkb_keymap {
        xkb_keycodes  { include "evdev+aliases(qwerty)" };
        xkb_types     { include "complete"      };
        xkb_compat    { include "complete"      };
        xkb_symbols   { include
"pc+jp+inet(evdev)+jp:2+group(alts_toggle)+ctrl(swapcaps)+shift(breaks_caps)"  
};
        xkb_geometry  { include "pc(pc104)"     };
};

Then after second step Zenkaku/Hankaku works. This time
$ setxkbmap -print 
reports:
xkb_keymap {
        xkb_keycodes  { include "evdev(jp106)+aliases(qwerty)"  };
        xkb_types     { include "complete"      };
        xkb_compat    { include "complete+japan"        };
        xkb_symbols   { include
"pc+jp+inet(evdev)+group(alts_toggle)+ctrl(swapcaps)+shift(breaks_caps)"};
        xkb_geometry  { include "pc(jp106)"     };
};

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the i18n-bugs mailing list