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 321617 - Problem with some UTF-8 characters in window title
Problem with some UTF-8 characters in window title
Status: RESOLVED DUPLICATE of bug 321597
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.6.x
Other All
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-11-16 16:02 UTC by daniela garling
Modified: 2005-11-16 16:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description daniela garling 2005-11-16 16:02:58 UTC
Please describe the problem:
I'm having trouble setting a window title (window.set_title('')) when the
title-string includes a special character, specifically a specially modified
character called macron (e.g.: ā).
windows then wouldn't want to show the title at all anymore. (i was told it is
showing on linux though.)
maybe this is a bug? or is there a way to solve this problem?

Steps to reproduce:
1. create a gtk.window 
2. window.set_title('lālala')



Actual results:
title is not shown anymore at all

Expected results:
title-string should be displayed in window

Does this happen every time?
yes

Other information:
this does not happen with all diacritical letters. e.g. circumflexe (â) and
umlauts / tremas (ä) are correctly shown.
Comment 1 Tor Lillqvist 2005-11-16 16:58:41 UTC

*** This bug has been marked as a duplicate of 321597 ***