From f46386b3a4cdffc9f238e6b7503166e0e6af1724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bukovsk=C3=BD?= Date: Tue, 7 Mar 2017 10:05:17 +0100 Subject: [PATCH] Be explicit about range boundaries of URL code points Fixes #262. --- url.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/url.bs b/url.bs index 7f67e937..269c61ae 100644 --- a/url.bs +++ b/url.bs @@ -1291,7 +1291,7 @@ U+C0000 to U+CFFFD, U+D0000 to U+DFFFD, U+E0000 to U+EFFFD, U+F0000 to U+FFFFD, -U+100000 to U+10FFFD. +U+100000 to U+10FFFD, all inclusive.

Code points higher than U+007F will be converted to percent-encoded bytes by the URL parser. @@ -3169,6 +3169,7 @@ Martin Dürst, Mathias Bynens, Michael Peick, Michael™ Smith, +Michal Bukovský, Michel Suignard, Noah Levitt, Peter Occil,