I think that escaping the character might do the trick. In NodeJS, try something like:
var uri = "£17"> escape(uri)'%A317' OR > encodeURIComponent(uri)'%C2%A317'
Let me know if that works.
I think that escaping the character might do the trick. In NodeJS, try something like:
var uri = "£17"> escape(uri)'%A317' OR > encodeURIComponent(uri)'%C2%A317'
Let me know if that works.