Re: Easy one: encoding between 1.4.1 and 1.4.1

2009-05-13 Thread Julien Buratto
Hi Alejandro, let me be more verbose to confirm if my understanding is correct. If I have an html FORM which sets the text message to be sent via SMS, the page encoding must be UTF-8 ? Currently I have this scenario: - my webpage is ISO-8859-1 and contains a form - i populate the form with

Re: Easy one: encoding between 1.4.1 and 1.4.1

2009-05-13 Thread Alejandro Guerrieri
Julien, Yes, don't worry about the page encoding, the only thing that matters is the data you're sending to kannel. If you're using PHP, using utf8_encode() on the text field should do the trick for you. Regards, Alejandro. On Wed, May 13, 2009 at 3:46 PM, Julien Buratto

Easy one: encoding between 1.4.1 and 1.4.1

2009-05-12 Thread Julien Buratto
Hi guys, I'm running 1.4.1 with a configuration and 1.4.3 with (slightly adapted) same configuration. Sending MT messages with 1.4.1, I get characters correctly grave, same command with 1.4.3 I get grave letters screwed. Example: 1.4.1: Today is lunedì 18 maggio 1.4.3: Today is luned?8 maggio

Re: Easy one: encoding between 1.4.1 and 1.4.1

2009-05-12 Thread Alejandro Guerrieri
This is because Kannel now uses UTF-8 as default encoding. Encode the text with UTF-8 or change the charset to ISO-8859-1 instead. Regards, Alejandro On Tue, May 12, 2009 at 5:43 PM, Julien Buratto julien.bura...@gmail.comwrote: Hi guys, I'm running 1.4.1 with a configuration and 1.4.3 with