buruzaemon / natto-py

natto-py combines the Python programming language with MeCab, the part-of-speech and morphological analyzer for the Japanese language.
BSD 2-Clause "Simplified" License
92 stars 13 forks source link

Reverse Issue 5: Python 2.7 input/output should really be strings and not Unicode #8

Closed buruzaemon closed 9 years ago

buruzaemon commented 9 years ago

Reverse the behavior change per Issue 5.

For Python 2.7, input/output should really be strings and not Unicode. That should be the most expected behavior for most users.

But keep the behavior as it is for Python 3, as in Python 3 all strings are Unicode.

Originally opened 2014-11-21. This issue was ported from Bitbucket and is archived for historical reasons.

buruzaemon commented 9 years ago

Done, in 0.0.7.

Resolved 2014-11-25. This issue was ported from Bitbucket and is archived for historical reasons.