Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 3 is not showing Unicode characters correctly under Ubuntu 13.10

In Sublime Text 3, unicode characters are not shown correctly. In gedit it works fine. I tried saving the document as UTF-8, Tried setting default encoding to UTF-8 but still its not working. I even tried changing the font. Please check this picture :

enter image description here

The top word is the correct form. But sublime is showing it differently (like the word in the bottom). How can I fix this?

like image 931
THpubs Avatar asked Mar 11 '14 05:03

THpubs


2 Answers

Sublime doesn't support Complex Text Layout at all I'm afraid. That means you don't even get proper Arabic or Hebrew, let alone Sinhala.

Hopefully this will be added some day but it's not a straightforward feature. As Sublime is focused on code rather than natural language it might not be amongst the author's priorities.

like image 182
bobince Avatar answered Nov 03 '22 11:11

bobince


Go to Preferences > Settings > User.

Add this setting:

"default_encoding" : "utf-8",
like image 25
Xuwel Khan Avatar answered Nov 03 '22 12:11

Xuwel Khan