We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e.g: I got this:
Permanent link: http://anydong.localhost/doku.php?id=%E7%99%BE%E5%BA%A6%E7%BD%91%E7%9B%98
the url text redirect to :
http://anydong.localhost/doku.php?id=%25E7%2599%25BE%25E5%25BA%25A6%25E7%25BD%2591%25E7%259B%2598
In fact, this is the right one:
http://anydong.localhost/doku.php?id=%E7%99%BE%E5%BA%A6%E7%BD%91%E7%9B%98
This looks like the uri is encodeURI twice. this is the source url text:
http://anydong.localhost/doku.php?id=百度网盘
The text was updated successfully, but these errors were encountered:
Where should I use this link to reproduce your situation? Are the most recent versions of DokuWiki and dw2pdf still affected?
Sorry, something went wrong.
No branches or pull requests
e.g:
I got this:
the url text redirect to :
In fact, this is the right one:
This looks like the uri is encodeURI twice.
this is the source url text:
The text was updated successfully, but these errors were encountered: