We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea42704 commit 237ccbdCopy full SHA for 237ccbd
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## 8.0.2
4
5
-- Normalize text before converting to unicode. (chuckyblack - thx)
+- Normalize text before converting to unicode. (@chuckyblack - thx)
6
7
## 8.0.1
8
test.py
@@ -36,9 +36,9 @@ def test_phonetic_conversion_of_eastern_scripts(self):
36
self.assertEqual(r, "ying-shi-ma")
37
38
def test_accented_text(self):
39
- txt = '𝐚́́𝕒́àéé'
+ txt = '𝐚́́𝕒́àáâäãąā'
40
r = slugify(txt)
41
- self.assertEqual(r, "aaaee")
+ self.assertEqual(r, "aaaaaaaaa")
42
43
txt = 'C\'est déjà l\'été.'
44
0 commit comments