@@ -1728,18 +1728,19 @@ The WHATWG algorithm defines four "percent-encode sets" that describe ranges
1728
1728
of characters that must be percent-encoded:
1729
1729
1730
1730
* The _C0 control percent-encode set_ includes code points in range U+0000 to
1731
- U+001F (inclusive) and all code points greater than U+007E.
1731
+ U+001F (inclusive) and all code points greater than U+007E ( \~ ) .
1732
1732
1733
1733
* The _fragment percent-encode set_ includes the _C0 control percent-encode set_
1734
- and code points U+0020, U+0022, U+003C, U+003E, and U+0060.
1734
+ and code points U+0020 SPACE, U+0022 ("), U+003C (<), U+003E (>),
1735
+ and U+0060 (\` ).
1735
1736
1736
1737
* The _path percent-encode set_ includes the _C0 control percent-encode set_
1737
- and code points U+0020, U+0022, U+0023, U+003C, U+003E, U+003F, U+0060 ,
1738
- U+007B, and U+007D.
1738
+ and code points U+0020 SPACE , U+0022 (") , U+0023 (#) , U+003C (<) , U+003E (>) ,
1739
+ U+003F (?), U+0060 ( \` ), U+ 007B ({) , and U+007D (}) .
1739
1740
1740
1741
* The _userinfo encode set_ includes the _path percent-encode set_ and code
1741
- points U+002F, U+003A, U+003B, U+003D, U+0040, U+005B, U+005C, U+005D ,
1742
- U+005E, and U+007C.
1742
+ points U+002F (/) , U+003A (:) , U+003B (;) , U+003D (=) , U+0040 (@) ,
1743
+ U+005B ( \[ ) to U+ 005E(^) , and U+007C (|) .
1743
1744
1744
1745
The _userinfo percent-encode set_ is used exclusively for username and
1745
1746
passwords encoded within the URL. The _path percent-encode set_ is used for the
0 commit comments