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 a4625d5 commit 479f507Copy full SHA for 479f507
Lib/encodings/palmos.py
@@ -201,7 +201,7 @@ def getregentry():
201
'\u02dc' # 0x98 -> SMALL TILDE
202
'\u2122' # 0x99 -> TRADE MARK SIGN
203
'\u0161' # 0x9A -> LATIN SMALL LETTER S WITH CARON
204
- '\x9b' # 0x9B -> <control>
+ '\u203a' # 0x9B -> SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
205
'\u0153' # 0x9C -> LATIN SMALL LIGATURE OE
206
'\x9d' # 0x9D -> <control>
207
'\x9e' # 0x9E -> <control>
0 commit comments