mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 07:26:54 +00:00
Update jsonstringify Operator.tid (#4348)
This commit is contained in:
parent
e8506813fe
commit
d2f2d7a11b
@ -15,10 +15,10 @@ The following substitutions are made:
|
|||||||
|
|
||||||
|!Character |!Replacement |
|
|!Character |!Replacement |
|
||||||
|`\` |`\\` |
|
|`\` |`\\` |
|
||||||
|`"` |`\\"` |
|
|`"` |`\"` |
|
||||||
|`\r` (carriage return) |`\\r` |
|
|`\r` (carriage return) |`\\r` |
|
||||||
|`\n` (line feed) |`\\n` |
|
|`\n` (line feed) |`\\n` |
|
||||||
|`\x08` (backpsace) |`\\b` |
|
|`\x08` (backspace) |`\\b` |
|
||||||
|`\x0c` (form field) |`\\f` |
|
|`\x0c` (form field) |`\\f` |
|
||||||
|`\t` (tab) |`\\t` |
|
|`\t` (tab) |`\\t` |
|
||||||
|Characters from 0x00 to 0x1f |`\\x##` where ## is two hex digits |
|
|Characters from 0x00 to 0x1f |`\\x##` where ## is two hex digits |
|
||||||
|
Loading…
Reference in New Issue
Block a user