Given a very simple hello world excercise, but with chinese characters,
the characters turn out as question marks. My NotifyIcon.ShowBalloonHelp
function in my windows app, also results in question marks? I cant find
any help on the website about utf, nor is there much in the man page.
Any pointers?
Thanks,
Jacob
using System;
public class Hello {
public static void Main() {
Console.WriteLine("Hello World! 音乐");
}
}
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list