File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ <h3 class="heading settled heading" data-level=3.2 id=input-byte-stream><span cl
450450 If the first 1024 bytes of the stream begin with the hex sequence
451451
452452< pre > 40 63 68 61 72 73 65 74 20 22 XX* 22 3B</ pre >
453- < p > where each < code > XX</ code > byte is between 23 < sub > 16 </ sub > and 7E < sub > 16</ sub > inclusive ,
453+ < p > where each < code > XX</ code > byte is anything except 22 < sub > 16</ sub > ,
454454 then < a data-link-type =dfn href =#get-an-encoding title ="get an encoding "> get an encoding</ a >
455455 for the sequence of < code > XX</ code > bytes,
456456 interpreted as < code > ASCII</ code > .
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ <h3 id="input-byte-stream">
288288
289289 < pre > 40 63 68 61 72 73 65 74 20 22 XX* 22 3B</ pre >
290290
291- where each < code > XX</ code > byte is between 23 < sub > 16 </ sub > and 7E < sub > 16</ sub > inclusive ,
291+ where each < code > XX</ code > byte is anything except 22 < sub > 16</ sub > ,
292292 then < a > get an encoding</ a >
293293 for the sequence of < code > XX</ code > bytes,
294294 interpreted as < code > ASCII</ code > .
You can’t perform that action at this time.
0 commit comments