-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
I wanted to clarify, what characters are exactly percent encoded for text fragments? The README suggests that only dash (-), ampersand (&), and comma (,) are escaped. Then the link in the README references a different set of characters: SPACE, ("), (<), (>), and (`)
Both sets, even when added, excludes common percent encoding characters from fragment percent encoding.
The standard percent-encoding character set would be a great option here.
':', '/', '?', '#', '[', ']', '@', '!', '$', '&', "'", '(', ')', '*', '+', ',', ';', '=', as well as '%' itself.
https://developer.mozilla.org/en-US/docs/Glossary/percent-encoding
horvski
Metadata
Metadata
Assignees
Labels
No labels