mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Add carriage returns and tab characters since those may be in some events
This commit is contained in:
parent
3f8658ecc1
commit
21d71791c8
2
01.md
2
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user