Can't display multi byte string on MonoDevelop Mac OS X

Posted by wataradio on Stack Overflow See other posts from Stack Overflow or by wataradio
Published on 2010-05-05T16:29:48Z Indexed on 2010/05/06 12:18 UTC
Read the original article Hit count: 448

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about monodevelop

Related posts about mac