File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -301,7 +301,6 @@ def getregentry():
301301 '\xd9 ' # 0xFD -> LATIN CAPITAL LETTER U WITH GRAVE
302302 '\xda ' # 0xFE -> LATIN CAPITAL LETTER U WITH ACUTE
303303 '\x9f ' # 0xFF -> CONTROL
304- '\ufffe ' ## Widen to UCS2 for optimization
305304)
306305
307306### Encoding table
Original file line number Diff line number Diff line change @@ -301,7 +301,6 @@ def getregentry():
301301 '\xd9 ' # 0xFD -> LATIN CAPITAL LETTER U WITH GRAVE
302302 '\xda ' # 0xFE -> LATIN CAPITAL LETTER U WITH ACUTE
303303 '\x9f ' # 0xFF -> CONTROL
304- '\ufffe ' ## Widen to UCS2 for optimization
305304)
306305
307306### Encoding table
Original file line number Diff line number Diff line change @@ -301,7 +301,6 @@ def getregentry():
301301 '\xfd ' # 0xFD -> LATIN SMALL LETTER Y WITH ACUTE
302302 '\xfe ' # 0xFE -> LATIN SMALL LETTER THORN (Icelandic)
303303 '\xff ' # 0xFF -> LATIN SMALL LETTER Y WITH DIAERESIS
304- '\ufffe ' ## Widen to UCS2 for optimization
305304)
306305
307306### Encoding table
You can’t perform that action at this time.
0 commit comments