Commit Graph
5 Commits
Author SHA1 Message Date
feffe 1c49155955 support python >= 3.6 only; update readme 2021-07-04 16:17:16 +02:00
feffe a69deb4a5d fix unmunching 2021-07-04 16:16:30 +02:00
feffe 6795454af1 fix #1 - UTF-8 decode problems when using en_US.
Apparently the en_US dictionary in ubuntu cannot be decoded with utf-8,
but works fine with iso-8859-1. As a workaround this adds another
configuration and command line option: encoding. If left empty it
autodetects from the environment, otherwise it should be an encoding
definition that python should use to read the dictionary.
2020-05-02 10:31:03 +02:00
feffe b34c41281a Merge PR#2 - add missing entry in dictionary section for the unmunch
binary
2020-04-30 17:05:25 +02:00
feffe ff4f93a232 set unmunch_bin to an empty value by default 2020-04-30 17:04:17 +02:00