We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f3975 commit e8b6031Copy full SHA for e8b6031
1 file changed
constants.py
@@ -133,7 +133,7 @@
133
"input"
134
))
135
136
-entitiesWindows1252 = [
+entitiesWindows1252 = (
137
8364, # 0x80 0x20AC EURO SIGN
138
65533, # 0x81 UNDEFINED
139
8218, # 0x82 0x201A SINGLE LOW-9 QUOTATION MARK
@@ -166,7 +166,7 @@
166
65533, # 0x9D UNDEFINED
167
382, # 0x9E 0x017E LATIN SMALL LETTER Z WITH CARON
168
376 # 0x9F 0x0178 LATIN CAPITAL LETTER Y WITH DIAERESIS
169
-]
+)
170
171
entities = {
172
"AElig": u"\u00C6",
0 commit comments