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

Installs

  • Total 5K
  • Win 3K
  • Mac 2K
  • Linux 155
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 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14
Windows 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0
Mac 0 0 0 1 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 1 0 0 0 0 0 0 0 1 0
Linux 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 1 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).