[Mono-devel-list] GTK# application on Windows (ms.net problem)

Alain Favre prettyfly at gmail.com
Sun Nov 21 18:14:41 EST 2004


Hi

The example below works perfectly with the mono runtime on windows or
on Linux suse 9.1 but not with the MS.net runtime

I want In my Gtk# application to use some unicode character like this one 'â'
I tried both of this :
Gtk.Window.Title = "Tâches"
Gtk.Window.Title = "t\u00E2ches" 

I compile and lauch with the mono runtime. I got no problem everythink
runs well.
But with the Ms.Net (1.1) runtime nothink is written in the Window.Title

I tried to compile with :
 - ms.net release mode
-mcs (1.1.2) with -codebase:utf8 or without 

And It doesnt' work.

Thank you for support

Alain Favre



More information about the Mono-devel-list mailing list