mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-16 19:42:22 +00:00
corrected ascii code for horizontal tab
This commit is contained in:
@@ -63,7 +63,7 @@ ts3_escape = [
|
||||
(chr(12), r'\f'), # Formfeed
|
||||
(chr(10), r'\n'), # Newline
|
||||
(chr(13), r'\r'), # Carrage Return
|
||||
(chr(3), r'\t'), # Horizontal Tab
|
||||
(chr(9), r'\t'), # Horizontal Tab
|
||||
(chr(11), r'\v'), # Vertical tab
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user