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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/919899
Title:
Compose sequence apostrophe+c produces a cedilla instead of acute
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/919899/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs