After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 468055 - Incorrect compose mapping for capital U with macron
Incorrect compose mapping for capital U with macron
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 449906 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-08-18 22:13 UTC by Aaron Crane
Modified: 2007-08-19 09:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix for the compose-mapping table (1.37 KB, patch)
2007-08-18 22:15 UTC, Aaron Crane
committed Details | Review

Description Aaron Crane 2007-08-18 22:13:22 UTC
Please describe the problem:
The compose mappings for U+016B LATIN CAPITAL LETTER U WITH MACRON incorrectly yield a lower-case version of the same character.


Steps to reproduce:
Press your compose key (GDK_Multi_key), then capital U (GDK_U), then either GDK_minus or GDK_underscore

Actual results:
You get a lower-case u with macron

Expected results:
You get a capital U with macron

Does this happen every time?
Yes

Other information:
Patch against http://svn.gnome.org/svn/gtk+/trunk/gtk/gtkimcontextsimple.c to follow once this bug has been created
Comment 1 Aaron Crane 2007-08-18 22:15:32 UTC
Created attachment 93917 [details] [review]
Fix for the compose-mapping table
Comment 2 Tim Janik 2007-08-19 02:06:39 UTC
thanks, the patch is correct, verified against http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
bratsche,tbf, please commit.
Comment 3 Cody Russell 2007-08-19 04:43:44 UTC
Committed to trunk.  Thanks for the bug report and for the patch Aaron!
Comment 4 Xan Lopez 2007-08-19 09:51:58 UTC
*** Bug 449906 has been marked as a duplicate of this bug. ***