8000
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 5855beb commit 71294f0Copy full SHA for 71294f0
readability/encoding.py
@@ -13,7 +13,10 @@
13
'big5': 'big5hkscs',
14
'gb2312': 'gb18030',
15
'ascii': 'utf-8',
16
- 'MacCyrillic': 'cp1251',
+ 'maccyrillic': 'cp1251',
17
+ 'win1251': 'cp1251',
18
+ 'win-1251': 'cp1251',
19
+ 'windows-1251': 'cp1251',
20
}
21
22
setup.py
@@ -12,7 +12,7 @@
12
setup(
name="readability-lxml",
- version="0.5.0.2",
+ version="0.5.0.3",
author="Yuri Baburov",
author_email="burchik@gmail.com",
description="fast python port of arc90's readability tool",
0 commit comments