jcconv 0.1.2
jcconv "JapaneseCharacterCONVerter", interconvert hiragana, katakana, halfwidth kana
Latest Version: 0.2.3
- jcconv, Japanese Characters CONVerter, interconvert hiragana, katakana, half-width kana.
This module also treat ‘half/wide number’, ‘half/wide alphabet’.
IMPOTANT: In current version, this works only with utf-8 encoding.
Simple example of usage is followings
>>> from jcconv import * >>> print hira2kata('あいうえお') # hiragana to katakana アイウエオ >>> print kata2hira('カタカナ') # katakana to hiragana かたかな >>> print half2hira('ハンカクカタカナ') # half-width kana to hiragana はんかくかたかな >>> print half2wide('hello jcconv') # half-width alphabet to wide-width hello jcconv >>> print wide2half('WIDE') # wide-width alphabet to half-width wide
| File | Type | Py Version | Uploaded on | Size | |
|---|---|---|---|---|---|
| jcconv-0.1.2-py2.5.egg (md5) | Python Egg | 2.5 | 2009-12-12 | 15KB | |
| jcconv-0.1.2.tar.gz (md5) | Source | 2009-12-12 | 4KB | ||
- Author: Matsumoto Taichi
- Home Page: http://github.com/taichino/jcconv
- Keywords: japanese converter,hiragana,katakana,half-width kana
- License: MIT License
- Categories
- Package Index Owner: taichino
- DOAP record: jcconv-0.1.2.xml
