Sublime Text 2 goes wrong with Chinese words on Linux, neither can type in any Chinese words, nor display it correctly. But it seems that the official site said it has support UTF-8 characters. Am I wrong?

link|improve this question
feedback

migrated from stackoverflow.com Nov 27 '11 at 21:36

This question came from our site for professional and enthusiast programmers.

2 Answers

display error solved as following, but type error not.

First, you need install simsun font.
Second, edit 'preferences --> file Settings -- user' as following:

{
    "font_face": "simsun",
    "font_size": 10.0
}

simsun font downloading link: http://depositfiles.com/files/hn9dfwdap

reference: http://blog.mckelv.in/?p=800

link|improve this answer
feedback

如果你的ubuntu已经有中文字体的话,你甚至不用再安装任何字体。 edit 'preferences --> file Settings -- user' as following:

{
    "font_face": "WenQuanYi Micro Hei Mono",
    "font_size": 13.0
}

不过这只能解决显示问题,不能解决中文输入的问题。

link|improve this answer
Could you possibly translate this to english? – Simon Sheehan Dec 22 '11 at 0:51
feedback

Your Answer

 
or
required, but never shown