[Uim-bugs] [Bug 8118] UIM 1.2.x breaks Compose key input

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 8 04:51:32 PDT 2007


http://bugs.freedesktop.org/show_bug.cgi?id=8118


qrczak at knm.org.pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qrczak at knm.org.pl




------- Comment #7 from qrczak at knm.org.pl  2007-08-08 04:51 PST -------
Here is a patch which replaces the compose table in Gtk+ with the table taken
from libX11-1.1.1 (excluding characters above U+FFFF which are not supported by
UIM). It includes a script to regenerate it.

http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/gtk+2-compose-table.patch.bz2

Although the new table doesn't include e.g. [o/ → ø], leaving only [/o →
ø], it's richer in other areas, e.g. [<" → “], [>" → ”], [," → „].
Some diacritics have been disunified: , = cedilla, ; = ogonek. The diacritic is
always before the base letter, which leaves room for letter keys to denote some
diacritics, e.g. o = ring above.

I propose to let Gtk+ use the same table as X11 by default, to avoid user
confusion. Further improvements should be done in both sources.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the uim-bugs mailing list