Skip to content

Commit

Permalink
Update urlEncode docs to mention that "#" isn't percent encoded
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Jul 24, 2023
1 parent 8377de8 commit 7e3cdc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ doc ///
:String
Description
Text
Encode all of the characters in a URL except for "/", ":", and
Encode all of the characters in a URL except for "/", ":", "#", and
the "unreserved characters" specified by
@HREF{"https://www.rfc-editor.org/rfc/rfc3986.html", "RFC 3986"}@,
i.e., the alphanumeric characters, "-", ".", "_", and "~", using
Expand Down

0 comments on commit 7e3cdc3

Please sign in to comment.