<div dir="ltr">I don't know anything about SMPP encoding, so I don't have that answer for you, but I've told you everything you need to know related to mochiweb and UTF8. Now that you have a list of unicode codepoints I'm sure you can find a way to translate that to SMPP bytes, even if you have to implement the encoding table yourself.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 7, 2014 at 1:36 AM, Sanath Prasanna <span dir="ltr"><<a href="mailto:ahe.sanath@gmail.com" target="_blank">ahe.sanath@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear Rob,<div>Tx for example. I got binary values (E2,82,AC) in my HTTP server module when submit above using URL. (when used InputParas = Req:parse_qs() ) </div><div>I want to replace E2,82,AC  from 1B,65 in http server module, before sending to SMPP module. (which is responsible to deliver SMS)</div><div>Br,</div><div>Sanath Robert</div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 7, 2014 at 2:33 PM, Bob Ippolito <span dir="ltr"><<a href="mailto:bob@redivi.com" target="_blank">bob@redivi.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>1> unicode:characters_to_list(iolist_to_binary(mochiweb_util:unquote("%E2%82%AC"))).</div><div>[8364]</div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 7, 2014 at 12:21 AM, Sanath Prasanna <span dir="ltr"><<a href="mailto:ahe.sanath@gmail.com" target="_blank">ahe.sanath@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Bob,<div>Tx for quick reply. I go through & unable to find direct function to do that.If you never mind, can you elaborate with example.?</div><div>Br,</div><div><span style="font-family:arial,sans-serif;font-size:13px">Sanath Roberto</span></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 7, 2014 at 10:52 AM, Bob Ippolito <span dir="ltr"><<a href="mailto:bob@redivi.com" target="_blank">bob@redivi.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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.<div><div><br><br>On Thursday, November 6, 2014, Sanath Prasanna <<a href="mailto:ahe.sanath@gmail.com" target="_blank">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>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>