pkgsrc/textproc/py-mecab/patches/patch-aa
obache 44440faafd Update MeCab to 0.98.
2009-09-27 MeCab 0.98
 * UTF16 support (experimental)
 * On Windows, changed to use Native API (ex. MultiByteToWideChar) for
   codeset conversion.
 * Convert source code to Google coding style.
 * Add EON (end of N-best) format option (-S or --eon-format)
 * Fixes problems hankaku-kana handling on Shift-JIS environment
 * support online leraning (experimental)
 * Now buildable without -Wno-deprecated
 * and some small fixes.
2009-10-14 08:22:35 +00:00

12 lines
245 B
Text

$NetBSD: patch-aa,v 1.1 2009/10/14 08:22:35 obache Exp $
http://www.python.org/dev/peps/pep-0263/
--- test.py.orig 2009-09-27 08:40:18.000000000 +0000
+++ test.py
@@ -1,4 +1,5 @@
#!/usr/bin/python
+#encoding=utf-8
import MeCab
import sys