veda-consulting / org.civicrm.sms.clickatell

Clickatell integration allows delivering short message service (SMS) messages through its Clickatell Gateway to mobile phone users.
1 stars 15 forks source link

inbound SMS messages with accents result in message being truncated #10

Closed jmcclelland closed 6 years ago

jmcclelland commented 7 years ago

If I send a message to my clickatell account with an accent character, the message will be processed by org.civicrm.sms.clickatell and an inbound SMS activity will be created (good). However, each letter will have a space between it and only the letters preceding the accented letter will be including. The rest (the accented letter and everything else) will be absent

jmcclelland commented 7 years ago

The problem seems to be becuase the incoming messages is ISO-8859-1 encoded, but CiviCRM treats it like UTF-8.