jcconv "JapaneseCharacterCONVerter", interconvert hiragana, katakana, halfwidth kana
Project description
- jcconv, Japanese Characters CONVerter, interconvert hiragana, katakana, half-width kana.
This module also treat ‘half/wide number’, ‘half/wide alphabet’.
Since 0.2.0, check_hira, check_kata, check_half functions were added. you can check if string consists of characters you specified.
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jcconv-0.2.3.tar.gz
(4.9 kB
view details)
File details
Details for the file jcconv-0.2.3.tar.gz
.
File metadata
- Download URL: jcconv-0.2.3.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3bd59d3fb129b952f84c66e6187abddb88cc7c2b3c83b12685a3256fd3b5e54 |
|
MD5 | b51dc04034f9aef21c955ea6d19571d9 |
|
BLAKE2b-256 | dd5b55d6dd385e8584c6750864ddec8d5ff82a295b37ac68344febc9e923bf99 |