Skip to content

Conversation

MegaDiablo
Copy link

Add support of unicode characters for X-PJAX-URL parameter. It's increase level of support internalisation

Add support of unicode characters for X-PJAX-URL parameter. It's increase level of support internalisation
@mislav
Copy link
Collaborator

mislav commented Jun 9, 2015

Couldn't Unicode characters simply appear in the header value verbatim, i.e. unescaped?

@MegaDiablo
Copy link
Author

No. Header couldn't contain non-ASCII characters, and for example "werkzeug" crashed when try parse it. I have crash on url: 55718caf34a5b1143dce1362/второй?_pjax=%23pjax-container. So I think more correctly add support of unicode characters, or percent-encoding. But for me more comfortable use unicode enscape.

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

Successfully merging this pull request may close these issues.

2 participants