[Gtk-sharp-list] Invalid UTF8 string

Tiago Lima tiago.lima@vianw.pt
Sun, 22 Feb 2004 18:53:20 +0000


It still gives me the same warning message :(

Thanks,
	Tiago Lima

On Sunday 22 February 2004 18:25, Gonzalo Paniagua Javier wrote:
> El dom, 22-02-2004 a las 18:46, Tiago Lima escribi=F3:
> > That is strange, because I tried an example and it gives me the same
> > warning... ? For example, doing this...
> >
> > 	protected void OnKeyPress(object sender, KeyPressEventArgs args)
> > 	{
> > 		_pangoLayout.SetText("text is : " + (char)args.Event.keyval);
> > 	}
>
> Ah, ok. Then try:
> _pangoLayout.SetText("text is : " + (char) (Gdk.Keyval.ToUnicode
> (args.Event.keyval));
>
> -Gonzalo
>
>
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list