Rev. | Time | Author | Message |
---|---|---|---|
r24 | 2012-08-12 13:14:40 | ishimoto | Renamed Python3 test script. |
r23 | 2012-03-24 23:11:48 | ishimoto | Added classifier |
r22 | 2012-03-24 22:31:16 | ishimoto | fixed README |
r21 | 2012-03-24 21:54:52 | ishimoto | Bumpped version |
r20 | 2012-03-24 21:53:41 | ishimoto | Added tests for python3 |
r19 | 2012-03-24 21:53:13 | ishimoto | support python3 |
r18 | 2012-03-23 21:39:59 | ishimoto | Fixed test_ibm.py |
r17 | 2012-03-21 01:49:41 | ishimoto | suppressed gcc warning |
r16 | 2012-03-21 00:33:47 | ishimoto | fix test data |
r15 | 2012-03-20 17:55:05 | ishimoto | Removed compiler warnings. |
pykf --- Japanese character encoding converter ============================================== pykf is Japanese character encodings(ShiftJIS, JIS, EUC-JP) converter for Python. See readme.sjis for detail. Installing ========== run "python setup.py install". Copyright ========= Japanese Kanji filter module Copyright (c) 2002-2012, 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