diff options
Diffstat (limited to '01.md')
| -rw-r--r-- | 01.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -49,6 +49,8 @@ To prevent implementation differences from creating a different event ID for the | |||
| 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 backslash, `0x5C`, as `\\` | 51 | - A backslash, `0x5C`, as `\\` |
| 52 | - A carriage return, `0x0D`, as `\r` | ||
| 53 | - A tab character, `0x09`, as `\t` | ||
| 52 | - UTF-8 should be used for encoding. | 54 | - UTF-8 should be used for encoding. |
| 53 | 55 | ||
| 54 | ## Communication between clients and relays | 56 | ## Communication between clients and relays |