Skip to content

Releases: TkTech/mutf8

v1.0.3

21 Jan 00:37
Compare
Choose a tag to compare
  • UnicodeDecodeErrors now correctly report the location of the error, making debugging much easier.
  • Better error messages on decoding.
  • PEP7'd to match the Python C code style guide (mostly)
  • Use PyDoc_STRVAR to respect CPythons without docstrings.