upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/01.md
diff options
context:
space:
mode:
authorSemisol <45574030+Semisol@users.noreply.github.com>2023-07-04 13:55:15 +0300
committerGitHub <noreply@github.com>2023-07-04 13:55:15 +0300
commit21d71791c89f41fb93f84b69d6db253bb7b403c4 (patch)
treec1db6c67436d3db2ea72fdba3dbd54eb25c6f918 /01.md
parent3f8658ecc11e593f85a6a8d7de109d0b8f3254df (diff)
Add carriage returns and tab characters since those may be in some events
Diffstat (limited to '01.md')
-rw-r--r--01.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/01.md b/01.md
index 70aae44..f5673b3 100644
--- a/01.md
+++ b/01.md
@@ -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