<div>Hi All,</div>
<div>   I want to convert Unicode List to Ascii Code List in erlang.</div>
<div>We are getting packets in TCP/IP communication as Unicode characters but we want to convert it as Ascii code list so thatw ecan process further and also i want to kow how to convert Ascii list to Unicode list.</div>

<div>Can any one help to solve this.</div>
<div> </div>
<div>For eg the Unicode list will be like this [78,0,49,0,50,0] where the original content is "N12" in Ascii we get the same as [78,49,50].<br clear="all"><br>-- <br>with regards,<br>S.Surindar </div>