ConvertJaZenHan
A Sublime Text plugin for converting the Japanese characters between singlebyte and doublebyte.
Details
Installs
- Total 5K
- Win 3K
- Mac 2K
- Linux 150
Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 2 | 2 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 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).