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
  • 14 minutes ago
  • 11 years ago

Installs

  • Total 5K
  • Win 3K
  • Mac 2K
  • Linux 156
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 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
Windows 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 1 0 0 0 0 0 0 2 0 0 0 0 1 0 0 0 0
Mac 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 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
Linux 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 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).