We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d7dd9 commit 7244641Copy full SHA for 7244641
notebook/ftfy talk.ipynb
@@ -53,7 +53,7 @@
53
"source": [
54
"## Mojibake is when text ends up with the wrong Unicode characters due to an encoding mistake.\n",
55
"\n",
56
- "- It's Japanese for \"ghost characters\"\n",
+ "- It's Japanese for \"ghost characters\" or \"transformed characters\"\n",
57
"- ftfy is my Python library that fixes them. (get it with `pip install ftfy`)"
58
]
59
},
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name="ftfy",
24
- version='6.0.2',
+ version='6.0.3',
25
maintainer='Robyn Speer',
26
maintainer_email='rspeer@arborelia.net',
27
license="MIT",
0 commit comments