jquery-pjax icon indicating copy to clipboard operation
jquery-pjax copied to clipboard

Add support of unicode characters for X-PJAX-URL

Open MegaDiablo opened this issue 9 years ago • 2 comments

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

MegaDiablo avatar Jun 09 '15 12:06 MegaDiablo

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

mislav avatar Jun 09 '15 15:06 mislav

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.

MegaDiablo avatar Jun 09 '15 15:06 MegaDiablo