-
Notifications
You must be signed in to change notification settings - Fork 65
chinese character (utf-8) width calculate bug #36
Comments
gitup make the massed up table look good with html table. but in text mode it's doen't. |
Thanks for feedback. Which font, operation system, version sublime did you use? By default on windows and mac os (did not check linux) sublime use not monospaced font for chinese. Please try |
thankx for response. I've got this problem done. It's the font settings problem. everything goes fine after I change the font to a fixed width font. I've hack the code, it's works fine. But another problem still there. If I put the table into an markdown document and enable the markdown mode. table goes massed up. |
BTW, my enviroment is MAC OSX & ST3 |
Markdown change the font if you have syntax specific settings. For check this click Preferences -> Settings - More -> Syntax Specific - User. Also I found character(it looks as space in sublime, but it is not space) from your first example which handled incorrect by sublime table editor. I know the reason and I guess I know the fix. I will fix this only for ST3, because unicodedata python module doesn't exists under windows platform on ST2. |
Really looking forward to this issue getting solved. I know there is an Atom package doing this properly. Let me check which one I have installed, so that it might help you in implementing it ... |
Hi, actually I don't support SublimeTableEditor package, I have not even installed Sublime Editor. But you can fork repository if you need. Thanks! |
Table contain chinese character (utf-8) massed up.
english is ok:
chinese massed up:
The text was updated successfully, but these errors were encountered: