Fix translation newlines
Escape table was incorrect
This commit is contained in:
parent
bbc034cd3d
commit
4513bd6ea3
@ -58,7 +58,7 @@ C_ESCAPES = {
|
|||||||
"\a": "\\a",
|
"\a": "\\a",
|
||||||
"\b": "\\b",
|
"\b": "\\b",
|
||||||
"\f": "\\f",
|
"\f": "\\f",
|
||||||
"\n": "\\r",
|
"\n": "\\n",
|
||||||
"\r": "\\r",
|
"\r": "\\r",
|
||||||
"\t": "\\t",
|
"\t": "\\t",
|
||||||
"\v": "\\v",
|
"\v": "\\v",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user