mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-02-28 02:50:47 -08:00
Update jsonstringify Operator.tid (#4348)
This commit is contained in:
parent
e8506813fe
commit
d2f2d7a11b
1 changed files with 3 additions and 3 deletions
|
|
@ -15,11 +15,11 @@ The following substitutions are made:
|
|||
|
||||
|!Character |!Replacement |
|
||||
|`\` |`\\` |
|
||||
|`"` |`\\"` |
|
||||
|`"` |`\"` |
|
||||
|`\r` (carriage return) |`\\r` |
|
||||
|`\n` (line feed) |`\\n` |
|
||||
|`\x08` (backpsace) |`\\b` |
|
||||
|`\x0c` (formfield) |`\\f` |
|
||||
|`\x08` (backspace) |`\\b` |
|
||||
|`\x0c` (form field) |`\\f` |
|
||||
|`\t` (tab) |`\\t` |
|
||||
|Characters from 0x00 to 0x1f |`\\x##` where ## is two hex digits |
|
||||
|Characters from 0x80 to 0xffff |`\\u####` where #### is four hex digits |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue