[Bug 919899] Re: Compose sequence apostrophe+c produces a cedilla instead of acute

Bryce Harrington 919899 at bugs.launchpad.net
Mon Apr 30 23:51:54 UTC 2012


On precise I'm getting ç in both firefox and emacs using both
compose+apostrophe+c and compose+comma+c.

According to this page, the latter is correct, the former should make c-acute.
http://www.hermit.org/Linux/ComposeKeys.html

However I don't think xkeyboard-config is controlling the compose keys.
I think I may have found the source of the error in /etc/console-
setup/compose.ISO-8859-1.inc:

compose '´' 'A' to 'Á'
compose '´' 'C' to 'Ç'
compose '´' 'E' to 'É'
compose '´' 'I' to 'Í'
compose '´' 'O' to 'Ó'
compose '´' 'U' to 'Ú'
compose '´' 'Y' to 'Ý'
compose '´' '\'' to '´'
compose '´' 'a' to 'á'
compose '´' 'c' to 'ç'
compose '´' 'e' to 'é'
compose '´' 'i' to 'í'
compose '´' 'o' to 'ó'
compose '´' 'u' to 'ú'
compose '´' 'y' to 'ý'

And in console-setup/Keyboard/locale/iso8859-1:
...
<Multi_key> <acute> <C>			: "\307"	Ccedilla
<Multi_key> <acute> <c>			: "\347"	ccedilla
<Multi_key> <C> <comma>			: "\307"	Ccedilla
<Multi_key> <comma> <C>			: "\307"	Ccedilla
<Multi_key> <c> <comma>			: "\347"	ccedilla
<Multi_key> <comma> <c>			: "\347"	ccedilla
...
<dead_cedilla> <C>			: "\307"	Ccedilla
<dead_cedilla> <c>			: "\347"	ccedilla
...
# Useful for portuguese language
<dead_acute> <C>			: "\307"	Ccedilla
<dead_acute> <c>			: "\347"	ccedilla


** Package changed: xkeyboard-config (Ubuntu) => console-setup (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to console-setup in Ubuntu.
https://bugs.launchpad.net/bugs/919899

Title:
  Compose sequence apostrophe+c produces a cedilla instead of acute

Status in “console-setup” package in Ubuntu:
  Confirmed

Bug description:
  Starting with Ubuntu 11.10, the key sequence Compose+apostrophe+c
  produces the letter ç (c with cedilla) while the correct one should be
  ć (c with acute). My compose key is mapped to the right menu key.

  The problem is visible in FireFox, Thunderbird, and gedit. Strangely,
  however, Emacs does it correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/919899/+subscriptions




More information about the foundations-bugs mailing list