vkocubinsky / SublimeTableEditor

This package is no more supported. I moved to vim.
Other
494 stars 67 forks source link

Fix wide character support: Halfwidth and fullwidth forms #54

Closed akkinoc closed 9 years ago

akkinoc commented 9 years ago

The following code is a Halfwidth (not wide) character.

refs Halfwidth and Fullwidth Forms http://www.unicode.org/charts/PDF/UFF00.pdf


old

|    aaa     |         bbb          |         ccc          |
|------------|----------------------|----------------------|
| 12345      | 1234567890           | 1234567890           |
| アイウエオ | ガギグゲゴ | パピプペポ |

old

new

|  aaa  |    bbb     |    ccc     |
|-------|------------|------------|
| 12345 | 1234567890 | 1234567890 |
| アイウエオ | ガギグゲゴ | パピプペポ |

new