You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also tried to normalize the path directly (so that I could pass the leave_encoded parameter), but that did not work either -- as you can see in the latter examples, the leave_encoded parameter was respected (the ampersand remains encoded) but the superscript was not (still changes to a regular 3).
Normalization breaks superscripts in a URL path.
Consider http://en.wiktionary.org/wiki/³ which is distinctly different from http://en.wiktionary.org/wiki/3 -- normalize will convert the former into the latter.
I also tried to normalize the path directly (so that I could pass the
leave_encoded
parameter), but that did not work either -- as you can see in the latter examples, theleave_encoded
parameter was respected (the ampersand remains encoded) but the superscript was not (still changes to a regular3
).This may be related to issue #100, or at least is likely related to the same section of code.
The text was updated successfully, but these errors were encountered: