Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
September 2004: [Freeciv-Dev] (PR#10279) gui-xaw iconv bugs |
![]() |
[Freeciv-Dev] (PR#10279) gui-xaw iconv bugs[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10279 > When I run the XAW client, if I use UTF-8 as the local encoding it won't display non-ascii characters properly. When I use latin1 it does work. So on my system XAW only accepts characters in ISO-8859-1. But obviously on a different system this wouldn't be the case. How are we to know? Once we find out, we just register this as the internal encoding in init_character_encodings(). Or if there's a way to configure this, then we should use UTF-8 and register that. I looked for this before but couldn't find any way to do it. jason
|