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

Federico Mena Quintero federico@ximian.com
Fri, 22 Oct 2004 21:01:29 -0500


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?

  Federico