It is likely that you are using a terminal that does not support
UTF-8. You can verify Encoding conversion correctness by other means
(for example, using StreamWriter).

Atsushi Eno

Jacob Rhoden wrote:
> 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

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to