How does PyEnchant handle Unicode/non-ASCII text?
As of version 1.1, PyEnchant supports input of both standard Python strings and unicode strings. It follows the standard Python practice of returning unicode strings when unicode strings are given, and standard strings when standard strings are given. As of version 1.5, PyEnchant is compatible with the new string infrastructure of Python 3, and uses it unicode strings consistently throughout. It does not accept bytestrings in Python 3. Unfortunately, the author (a native English speaker) does not have a great deal of experience with the use of unicode. Any help with testing the support for unicode input/output would be greatly appreciated.