Use the unicode module to decode the UTF8 if you need a string of Unicode code points. If you need to decode a URL encoded string then you can use mochiweb_util for that.<br><br>On Thursday, November 6, 2014, Sanath Prasanna <<a href="mailto:ahe.sanath@gmail.com">ahe.sanath@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi,</div><div>I used mochiweb web server to handle http request. I submit messages with euro - € as "%E2%82%AC" thorugh HTTP API. I need to forward this to SMPP connction. Before that I want to convert that to 1B65. Otherwise € character is not display in mobile. </div><div>How to do that ? Appreciate if some can help to do that.</div><div>Br,</div><div>Sanath Roberto</div></div>
</blockquote>