From 21d71791c89f41fb93f84b69d6db253bb7b403c4 Mon Sep 17 00:00:00 2001 From: Semisol <45574030+Semisol@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:55:15 +0300 Subject: [PATCH] Add carriage returns and tab characters since those may be in some events --- 01.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/01.md b/01.md index 70aae443..f5673b38 100644 --- a/01.md +++ b/01.md @@ -49,6 +49,8 @@ To prevent implementation differences from creating a different event ID for the - The line break, `0x0A`, as `\n` - A double quote, `0x22`, as `\"` - A backslash, `0x5C`, as `\\` + - A carriage return, `0x0D`, as `\r` + - A tab character, `0x09`, as `\t` - UTF-8 should be used for encoding. ## Communication between clients and relays