Skip to content
New issue

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

Error Permanent link, when url contains chinese #383

Open
liuzhaowei55 opened this issue Oct 29, 2019 · 1 comment
Open

Error Permanent link, when url contains chinese #383

liuzhaowei55 opened this issue Oct 29, 2019 · 1 comment
Labels

Comments

@liuzhaowei55
Copy link

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=百度网盘
@Klap-in
Copy link
Collaborator

Klap-in commented Oct 12, 2022

Where should I use this link to reproduce your situation? Are the most recent versions of DokuWiki and dw2pdf still affected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants