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

John Luke jluke@users.sourceforge.net
Thu, 15 Apr 2004 18:15:27 -0400


On Thu, 2004-04-15 at 23:38 +0200, Artur Brodowski wrote:
> W liƛcie z czw, 15-04-2004, godz. 22:52, John Luke pisze: 
> > Does it work if you add -codepage:utf8 to the mcs compile line?
> Yes, it works, thanks :)
> But shouldn't that be taken care of by MonoDevelop? 
> And also - is UTF-16 a standard for Gtk# applications?
> 

I don't know enough about unicode to fully answer those questions, as I
am an American and we don't learn much about those things.  But I think
the underlying Gtk+ expects UTF8, whereas mono/mcs default to something
else (UTF-16?), or maybe the other way around.  So I'll defer to the
head-honchos of whether it is safe for us to compile with -codepage:utf8
for all MonoDevelop projects, or only Gtk# projects, or not at all.
Then I/we can fix MD to work better based on their advice.