libleipzig-python icon indicating copy to clipboard operation
libleipzig-python copied to clipboard

Unicode is not supported

Open micrkernel opened this issue 13 years ago • 1 comments

For example 'libleipzig.Frequencies(u"Käse")' will cause an UnicodeDecodeError. If you encode the Word with UTF-8 you also get an UnicodeDecodeError. There is no way to deal with words with "Umlaute".

micrkernel avatar Jul 03 '12 15:07 micrkernel

Hey, so Robert doesn't appear to be responding to issues or pull requests, but I fixed the unicode issue in my fork by adding support for Python 3 where unicode isn't an issue. If you have any questions, I'm fairly responsive on issues, especially ones related to Frequencies() which I use rather extensively myself (and was my whole motivation for forking).

palday avatar Sep 23 '12 11:09 palday