Monkey original, reprinted. Reprinted Please note: Reprinted from cocos2d Development Network --cocos2dev.com, thank you!
Original address: http://www.cocos2dev.com /? P = 312
The monodevelop editor is garbled with Chinese characters on the computer at home today. This thought should be that the preference font is not set to a Chinese font. After modifying the font of preferences, garbled characters are found.
After finding the cause, the final solution is:
1. Find unity/monodevelop. app under the application and right-click the package to display the content. Find the gtkrc file in the/contents/frameworks/mono. Framework/versions/2.10.2/etc/gtk-2.0 directory.
Open it with textwrangler (other text editors can also ),
Find font = "lucida Grande 14"
Add font_name = "Hei 14" in the following line and save it.
2. Start monodevelop, open preferences, and modify it to the following settings: