Dear all :
any one can help ,,
when receiving sms in the kannel for theses numbers

123456789   AS indian or ????????????? all time i did convert using this in
my servlet its ok for English but for old numbers still have problem


On Tue, Jun 16, 2009 at 9:49 AM, Benaiad <[email protected]> wrote:

> 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