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 65679 - GtkAccelLabel should display more characters literally
GtkAccelLabel should display more characters literally
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other Linux
: Low normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-11-29 01:14 UTC by Owen Taylor
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2001-11-29 01:14:29 UTC
Currently GtkAccelLabel only displays latin-1 keysyms
literally and displays all others by name. This is
clearly wrong ... most printable unicode characters
should be displayed literally.

The hard part is what "printable" means here.
g_unichar_isprint() may be good enough, though combining
marks may render oddly or not at all without an
appropriate base character.
Comment 1 Owen Taylor 2002-02-26 23:46:43 UTC
Tue Feb 26 18:38:17 2002  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkaccellabel.c (gtk_accel_label_refetch): 
	Display any "g_unicode_isgraph()" char literally,
	not just latin1. (#65679)