~miurahr/unihandecode/nokakasi

« back to all changes in this revision

Viewing changes to unihandecode/pykakasi/__init__.py

  • Committer: Hiroshi Miura (momokuri)
  • Date: 2011-01-28 03:49:34 UTC
  • Revision ID: miurahr@linux.com-20110128034934-8i8ons0hx0zhmc4w
add Katakana converter logic

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from j2h import J2H
2
 
from h2a import H2a
3
1
from kakasi import kakasi
4
2
 
5
3
__all__ = ["pykakasi"]