Public bug reported:

I am creating documentation for the Compose Key
https://help.ubuntu.com/community/ComposeKey and 
https://help.ubuntu.com/community/GtkComposeTable
in the course of which I am keying in all of the Multi_key sequences defined in 
/gtk/gtkimcontextsimple.c (gtk+ version 2.10.7)

The sequences
Multi_key U - [capital U, minus) and Multi_Key U _ (capital U, underscore) 
should produce Latin Capital U with macron Ū. In fact they generate a lower 
case u with macron ū
Note also that the source file has the unicode for the lower case value 
(0x016B) although both the description and the use of upper case keys in the 
sequence would make it reasonable to expect an upper case U with macron. 
(0x016A). The equivalent code for the lower case u is correct in every case.

Ū  Multi_key minus U          0x016A Latin capital U with macron
ū  Multi_key U underscore 0x016B Latin capital U with macron *BUG*
ū  Multi_key U minus           0x016B Latin capital U with macron *BUG*
Ū  Multi_key underscore U 0x016A Latin capital U with macron
ū  Multi_key minus u           0x016B Latin small U with macron
ū  Multi_key u minus           0x016B Latin small U with macron
ū  Multi_key u underscore 0x016B Latin small U with macron
ū  Multi_key underscore u 0x016B Latin small U with macron


/gtk/gtkimcontextsimple.c (gtk+ version 2.10.7)
Source line 635
  GDK_Multi_key,        GDK_U,  GDK_minus,      0,      0,      0x016B, /* 
LATIN_CAPITAL_LETTER_U_WITH_MACRON */

Source line 639
  GDK_Multi_key,        GDK_U,  GDK_underscore, 0,      0,      0x016B, /* 
LATIN_CAPITAL_LETTER_U_WITH_MACRON */

** Affects: gtk+2.0 (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Multi_key sequence forLatin capital U with macron
https://bugs.launchpad.net/bugs/113721
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to