Skip to content

Commit 4369e84

Browse files
committed
Allow surrogates in content, issue 895
1 parent e9fc136 commit 4369e84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/message.abnf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ content-char = %x01-08 ; omit NULL (%x00), HTAB (%x09) and LF (%x0A)
7676
/ %x41-5B ; omit \ (%x5C)
7777
/ %x5D-7A ; omit { | } (%x7B-7D)
7878
/ %x7E-2FFF ; omit IDEOGRAPHIC SPACE (%x3000)
79-
/ %x3001-D7FF ; omit surrogates
80-
/ %xE000-10FFFF
79+
/ %x3001-10FFFF ; allowing surrogates is intentional
8180

8281
; Character escapes
8382
escaped-char = backslash ( backslash / "{" / "|" / "}" )

0 commit comments

Comments
 (0)