ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Convert​Ja​Zen​Han

by Satoh-D ALL

A Sublime Text plugin for converting the Japanese characters between singlebyte and doublebyte.

Details

  • 1.0.1
  • github.​com
  • github.​com
  • 11 years ago
  • 15 minutes ago
  • 11 years ago

Installs

  • Total 5K
  • Win 3K
  • Mac 2K
  • Linux 156
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 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16
Windows 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 2 0 1 0 0 0 1 0 1 0 0 0 0 0 2 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1
Mac 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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
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 1 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

  1. Find “Package Control: Add Repository” in Command Pallete.
  2. Input “https://github.com/Satoh-D/ConvertJaZenHan”.
  3. Find “Package Control: Install Package” in Command Pallete.
  4. 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).