[Mono-list] UTF support

Atsushi Eno atsushi at ximian.com
Tue Jun 26 22:13:36 EDT 2007


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  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list