[Gtk-sharp-list] Invalid UTF8 string

Gonzalo Paniagua Javier gonzalo@ximian.com
Sun, 22 Feb 2004 16:53:35 +0100


El dom, 22-02-2004 a las 13:19, Tiago Lima escribió:
> Here is an example with the warning:
[...]
> 			_pangoLayout.SetText("ç");
[...]

When saving your source file, ensure it's encoded in UTF-8. Otherwise,
that 'ç' will be in your default encoding.

-Gonzalo