stewartpark / Flask-JSGlue

Flask-JSGlue helps hook up your Flask application nicely with the front end.
80 stars 40 forks source link

add support for non-ASCII query paramaters #24

Open erhuabushuo opened 7 years ago

stewartpark commented 7 years ago

Looks like this PR will address https://github.com/stewartpark/Flask-JSGlue/issues/12 as well

henniss commented 7 years ago

Don't you also need to add encodeURI to lines 53, 58 to resolve #12?