[Gtk-sharp-list] Problem with Gnome.About
Helge Lenuweit
helge@lenuweit.net
Fri, 22 Oct 2004 07:50:56 +0200
Sounds familiar, I'm seeing this too with german "Umlaut" characters,
like ä, ö, ü. There were several discussions going on here about this
issue. As far as I have caught up the current state, a bug report is
being prepared. In the meantime, I worked around this by converting each
label string using a helper method:
public string DisplayString(string InputString) {
byte[] arrItemText = Encoding.UTF8.GetBytes(InputString);
return Encoding.Default.GetString(arrItemText);
}
Cheers, Helge
Sergio Paracuellos wrote:
>Maybe it's a idiom problem because in spanish "Créditos" is acentued. I
>don't know :=)
>
>Thanks
>
>Sergio
>El jue, 21-10-2004 a las 12:50 -0300, Everaldo Canuto escribió:
>
>
>>authors,documenters,"",pixbuf)
>>
>;
>
>