File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ fraction = 1*DIGIT
6666exponent = int
6767
6868text = %x 22 * SCHAR %x 22
69- SCHAR = %x 20 -21 / %x 23 -7E / SESC
70- SESC = " \" %x 20 -7E
69+ SCHAR = %x 20 -21 / %x 23 -5B / % x 5D - 10FFFD / SESC
70+ SESC = " \" %x 20 -10FFFD
7171
7272bytes = [bsqual ] %x 27 * BCHAR %x 27
73- BCHAR = %x 20 -26 / %x 28 -7E / SESC / CRLF
73+ BCHAR = %x 20 -26 / %x 28 -5B / % x 5D - 10FFFD / SESC / CRLF
7474bsqual = %x 68 ; "h"
7575 / %x 62 . 36 . 34 ; "b64"
7676
@@ -89,4 +89,3 @@ NL = COMMENT / CRLF
8989COMMENT = " ;" * (SP / VCHAR ) CRLF
9090VCHAR = %x 21 -7E
9191CRLF = %x 0A / %x 0D . 0A
92-
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ title: >
1414abbrev : CDDL
1515area : Applications
1616wg : ' '
17- date : 2017-05-12
17+ date : 2017-06-28
1818author :
1919- ins : H. Birkholz
2020 name : Henk Birkholz
You can’t perform that action at this time.
0 commit comments