From b46aa422dda57a679f5be9f97dbcb5c2a2690d2e Mon Sep 17 00:00:00 2001 From: Pierre-Marie Padiou Date: Tue, 5 Dec 2017 19:02:41 +0100 Subject: [PATCH] do not print `DEL` character --- 01-messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-messaging.md b/01-messaging.md index 075774e..eb82a89 100644 --- a/01-messaging.md +++ b/01-messaging.md @@ -170,7 +170,7 @@ The receiving node: - if no existing channel is referred to by the message: - MUST ignore the message. - MUST truncate `len` to the remainder of the packet (if it's larger). - - if `data` is not composed solely of printable ASCII characters (For reference: the printable character set includes byte values 32 through 127, inclusive): + - if `data` is not composed solely of printable ASCII characters (For reference: the printable character set includes byte values 32 through 126, inclusive): - SHOULD NOT print out `data` verbatim. #### Rationale