[Fedora-i18n-bugs] [Bug 623931] can't input unicode with Ctrl-Shift-u (or only enable XIM for locales that need X compose)

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 17 09:11:31 UTC 2010


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=623931

Jens Petersen <petersen at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |myllynen at redhat.com

--- Comment #2 from Jens Petersen <petersen at redhat.com> 2010-08-17 05:11:30 EDT ---
$ git clone git://anongit.freedesktop.org/xorg/lib/libX11
$ cd libX11/nls
$ $ for i in *; do if [ -d $i -a -s $i/Compose.pre ]; then if ! grep -q "This
file currently has no entries." $i/Compose.pre ; then  echo $i; fi; fi; done |
grep UTF
am_ET.UTF-8
el_GR.UTF-8
en_US.UTF-8
fi_FI.UTF-8
pt_BR.UTF-8
ru_RU.UTF-8
$ 

Those seem to be the only UTF-8 locales with actual compose sequences.

pt_BR and fi_FI are already covered.  I am pretty user
regular en_US users don't need it by default.  am_ET was for
OLPC and can be handled otherwise I think.  That leaves just
ru_RU and el_GR, which can be added later if necessary.
So in conclusion special-casing X compose seems to make
good sense for now.

Though Marko Myllynen told me about http://www.csc.fi/english/pages/meek
which might lead to more compose usage in the EU in the future perhaps.

-- 
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