Re: no text dispalyed to a toolbar button widget



On Wed, 2003-07-30 at 17:50, MichÃle Garoche wrote:
Le mercredi, 30 juil 2003, Ã 18:55 Europe/Paris, GÃnther Rapp a Ãcrit :

I have a problem to add text to a toolbar
doing this  code it works
...
all works fine until the (gchar *) title variable has special german
character
like   Ã  Ã   Ã.  If such characters are inside the title no text is
displayed
under the button.
If you have an editor which can save the source file as UTF-8 
encodings, you're done. Otherwise you have to encode any character 
other than pure ASCII with UTF-8 encodings, such as:
&#x0f6 for Ã, &#x0e4 for Ã, &#x0fc for Ã.

Note that the question was about Red Hat 7.2 and GTK+-1.2, so I
don't think UTF-8 is involved. (I don't have any guesses as
to what the problem actually is.)

Regards,
                                        Owen





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]