= pykf: Kanji code filter =
                           2002/3/3 Atsuo Ishimoto<ishimoto@gembook.org>
------------------------------------------------------------------------

pykfʤShiftJIS, EUC-JP, JISަƕϊӼޭ޽

== ݽİٕ@ ==

python setup.py install

== ̧ݽ ==

SJIS, EUC, JIS, UNKNWON:
    ϊɴݺިݸަwٍƎgpϽUNKNOWNwĤ
    ͕״ݺިݸަÕϊϽ
    
tojis(encoding, s):
    ͕sJISƕϊϽ

toeuc(encoding, s):
    ͕sEUC-JPƕϊϽ

tosjis(encoding, s):
    ͕sShiftJISƕϊϽ

== sample ==

import pykf
s = ""
s1 = pykf.tojis(pykf.UNKNOWN, s)
s2 = pykf.tosjis(pykf.JIS, s1)
assert(s2 == s)


==  ==

pykfʤϲۿĊɊgϊҤJIS X 0213
r[ƻ߰ļòϽKi[ŲޏϽޤ_
ĎvϽ...
JIS X 0213ɺޕ\ʤJISX0213 InfoCenter
    http://www.jca.apc.org/~earthian/aozora/0213.html
ްgܾò޷ϼ


SJISIBMgʤvWeb׳ޱInternet Explorer/Mozilla
  JIS X 0213 1(O)ƕϊϽҤOSF {
  cɢ{ EUC  JIS Ժޕϊdlĺތn Ԓ
  (*1) ƏײإعʕϊʶވϽ

EUC/JIS->SJISϊNECIIBMgʎgpޤIBMg
  ÕϊϽ

SJIS/EUC->JISϊJIS X 0208ޒ`ʤJIS X 0213 2 
  4.1(e)ދ֎~òٕޱӤESC $ B ތޏoϽ

lɕϊʻ߰ļòϾݡ

հޒ`O(SJIS 0xF040-0xF9FC)ʤS''ƕϊϽ

(*1) http://www.opengroup.or.jp/jvc/cde/sjis-euc.html


== ްޮݏ ==
2002/03/02 0.1.0 J


== ײݽ ==
Japanese Kanji filter module
    Copyright (c) 2002, Atsuo Ishimoto.  All rights reserved. 

Permission to use, copy, modify, and distribute this software and its 
documentation for any purpose and without fee is hereby granted, provided that
the above copyright notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting documentation, and 
that the name of Atsuo Ishimoto not be used in advertising or publicity 
pertaining to distribution of the software without specific, written prior 
permission. 

ATSUO ISHIMOTO DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL ATSUO ISHIMOTO BE LIABLE FOR ANY SPECIAL, INDIRECT OR 
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE. 

---------------------------------------------------------------------
This module is besed on kf.c written by Haruhiko Okumura.
    Copyright (c) 1995-2000 Haruhiko Okumura
	This file may be freely modified/redistributed.

Original kf.c:
	http://www.matsusaka-u.ac.jp/~okumura/kf.html

