[Gtk-sharp-list] Re: [MonoDevelop] Encoding problems

John Luke jluke@users.sourceforge.net
Thu, 15 Apr 2004 16:52:36 -0400


On Thu, 2004-04-15 at 22:49 +0200, Artur Brodowski wrote:
> What's the standard for encoding national charactes in Gtk# apps?
> I wrote a simple app using MonoDevelop, and the strings are not
> properly displayed, even though the files are UTF-8.
> After converting them to UTF-16 everything seems to look fine, 
> but iconv is just a workaround :)
> Here is an example:
> http://www.astercity.net/~fennwick/sth/test.html
> 
> artb.
> -- 

Does it work if you add -codepage:utf8 to the mcs compile line?