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