[Mono-list] UTF support

Jacob Rhoden jacob-lists at uptecs.com
Tue Jun 26 19:33:01 EDT 2007


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! 音乐");
}
}


More information about the Mono-list mailing list