diff options
| -rw-r--r-- | 01.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -48,7 +48,7 @@ To prevent implementation differences from creating a different event ID for the | |||
| 48 | - No characters except the following should be escaped, and instead should be included verbatim: | 48 | - No characters except the following should be escaped, and instead should be included verbatim: |
| 49 | - The line break, `0x0A`, as `\n` | 49 | - The line break, `0x0A`, as `\n` |
| 50 | - A double quote, `0x22`, as `\"` | 50 | - A double quote, `0x22`, as `\"` |
| 51 | - A backspace, `0x5C`, as `\\` | 51 | - A backslash, `0x5C`, as `\\` |
| 52 | - UTF-8 should be used for encoding. | 52 | - UTF-8 should be used for encoding. |
| 53 | 53 | ||
| 54 | ## Communication between clients and relays | 54 | ## Communication between clients and relays |