diff --git a/notebook/ftfy talk.ipynb b/notebook/ftfy talk.ipynb index 5071a5c9..8aa447dc 100644 --- a/notebook/ftfy talk.ipynb +++ b/notebook/ftfy talk.ipynb @@ -53,7 +53,7 @@ "source": [ "## Mojibake is when text ends up with the wrong Unicode characters due to an encoding mistake.\n", "\n", - "- It's Japanese for \"ghost characters\"\n", + "- It's Japanese for \"ghost characters\" or \"transformed characters\"\n", "- ftfy is my Python library that fixes them. (get it with `pip install ftfy`)" ] }, diff --git a/setup.py b/setup.py index 632e99c5..5b61737e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="ftfy", - version='6.0.2', + version='6.0.3', maintainer='Robyn Speer', maintainer_email='rspeer@arborelia.net', license="MIT",