Can't display multi byte string on MonoDevelop Mac OS X
- by wataradio
The problem is following one line code:
Console.WriteLine ("?");
This results in the following output in Application Output window:
?
How can I display "?" instead of "?" in Application Output window.
I made sure following things:
The source code encoding is UTF-8
I selected Japanese font set "Osaka Regular-Mono" (Preferences General Font)
Executing the exe from a terminal, "?" is displayed correctly on terminal window
On Ubuntu's MonoDevelop, "?" is displayed correctly in Application Output window
Environments:
MonoDevelop 2.2.2
Mono 2.6.4
Mac OS X 10.6.3