Re: [whatwg/url] Editorial: minor tweaks to percent-encoded bytes (#500)

@annevk commented on this pull request.



> @@ -116,17 +116,17 @@ error.
 <h3 id=percent-encoded-bytes>Percent-encoded bytes</h3>
 
 <p>A <dfn>percent-encoded byte</dfn> is U+0025 (%), followed by two <a>ASCII hex digits</a>.
-Sequences of <a lt="percent-encoded byte">percent-encoded bytes</a>, after conversion to bytes,
+Sequences of <a lt="percent-encoded byte">percent-encoded bytes</a>, <a>isomorphic encoded</a>,
 should not cause <a>UTF-8 decode without BOM or fail</a> to return failure.

Thanks, that was indeed wrong.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/500#discussion_r421962779

Received on Friday, 8 May 2020 06:23:59 UTC