EBISPOT / lodestar

Linked Data explorer and SPARQL endpoint
Apache License 2.0
23 stars 22 forks source link

Issues concerning URI escape / unescape #9

Open yayamamo opened 9 years ago

yayamamo commented 9 years ago

In the lode.js, to encode contents for URI, encodeURIComponent is used while unescape is used to decode. This makes some problems such as handling UTF-8 characters inappropriately.

So, I fixed. https://github.com/yayamamo/lodestar/commit/14e55e365515c4784af833068c8b337c6a08c53f