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

Mario Frasca mariotomo at gmail.com
Fri Feb 22 09:53:15 UTC 2013


I found a couple of suspect lines upstream. seems that the cases
acute+c/acute+C have been hard coded to produce
GDK_KEY_ccedilla/GDK_KEY_Ccedilla.

gtkimcontextsimple.c, in function check_quartz_special_cases, around
line 402:

        case GDK_KEY_dead_acute:
          switch (priv->compose_buffer[1])
            {
            case 'c': value = GDK_KEY_ccedilla; break;
            case 'C': value = GDK_KEY_Ccedilla; break;
            }
          break;

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