ConvertJaZenHan
A Sublime Text plugin for converting the Japanese characters between singlebyte and doublebyte.
Details
Installs
- Total 5K
- Win 3K
- Mac 2K
- Linux 147
Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 1 | 1 | 2 | 0 | 0 | 0 | 2 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 1 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
ConvertJaZenHan
A Sublime Text plugin for converting the Japanese characters between singlebyte and doublebyte.
日本語での解説はこちらのページをご覧ください。
Intstallation
- Find “Package Control: Add Repository” in Command Pallete.
- Input “https://github.com/Satoh-D/ConvertJaZenHan”.
- Find “Package Control: Install Package” in Command Pallete.
- Select “ConvertJaZenHan”.
Usage
You will find command look like ConvertJaZenHan: Convert to… in the Command Pallete.
ConvertJaZenHan will convert the Japanese charcters in a selection or multiple selections or current file.
- Convert to Zenkaku in File: converting the singelebyte characters into multibyte characters in the current file.
- Convert to Zenkaku in Selection: converting the singelebyte characters into multibyte characters in the current selections.
- Convert to Hankaku in File: converting the multibyte characters into singlebyte characters in the current file.
- Convert to Hankaku in Selection: converting the multibyte characters into singlebyte characters in the current selecitons.
Example
this characters:
アイウエオ
ガギグゲゴ
パピプペポ
0123456789
ABCDE
abcde
。、!?./:;「」()#・
アイウエオ
ガギグゲゴ
パピプペポ
0123456789
ABCDE
abcde
。、!?./:;「」()#・
into this:
アイウエオ
ガギグゲゴ
パピプペポ
0123456789
ABCDE
abcde
。、!?./:;「」()#・
アイウエオ
ガギグゲゴ
パピプペポ
0123456789
ABCDE
abcde
。、!?./:;「」()#・
Characters Supported
- Katakana
- Number(1234567890)
- Punctuation marks(、。!?/:;+ー「」()#・)
- Space(“ ”)
License
MIT.
Copyrights
2014, Sato Daiki (@Satoh_D).