Dear Arnie,

Try to convert the received message to utf-8.
>From my servlet I do like this:
String moText = new
String(request.getParameter("text").getBytes("ISO-8859-1"), "utf-8");

Regards
Benaiad

On Tue, Jun 16, 2009 at 9:38 AM, Arnie white <[email protected]> wrote:

> Dear all :
> im trying to receive uncode mssages in kannel ,but its garbage ,is there
> any one can help me for this ,
>

Reply via email to