[Gtk-sharp-list] Problem with Gnome.About

Miguel de Icaza miguel@ximian.com
Sat, 23 Oct 2004 13:45:31 -0400


Hello,

> On Fri, 2004-10-22 at 12:54 -0400, Miguel de Icaza wrote:
> 
> > This is certainly part of the problem.
> > 
> > The compiler defaults to processing input files in latin-1, so if your
> > sources contain code in utf8, you should compile them like this:
> > 
> > 	mcs -codepage:utf8 source.cs
> 
> Shouldn't it be using the encoding specified in your locale by default?
> E.g. if LANG=es_MX.UTF-8, shouldn't it use UTF-8?

Then users will get different output depending on where the source is
compiled.

Miguel.