elibom / mokai

Messaging Gateway
20 stars 15 forks source link

Unicode message support #56

Closed sotoz closed 10 years ago

sotoz commented 10 years ago

Tried to send some sms with mokai with greek characters but only question marks were saved on the mysql database and were sent to the SMPP server. I also tried with url encoded text messages but also it didn't work. Does mokai support other charsets except latin?

germanescobar commented 10 years ago

Hi, we haven't really tried. I'll check it out, I'm guessing is a specific problem with the Jetty connector but I'll let you know.

germanescobar commented 10 years ago

I released a new version that fixes this issue. You can download it here.

If you are using MySQL, I would advise you to delete the tables and let Mokai recreate them from scratch to set the charset correctly.

I'm closing this issue but don't hesitate to reopen it if it doesn't work.

sotoz commented 10 years ago

Thanks German, now it saves the message correctly in the database but on my mobile I get some greek characters as question marks again. I'm not sure if this is mokai's problem or it has to do something with my SMPP provider. I'll keep you informed of my tests.