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