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

remove utf8_decode #26

Closed petergerner closed 3 months ago

petergerner commented 5 years ago

The extension uses utf8_decode() function here to decode the message text from a UTF-8 string to ISO-8859-1 before posting to Clickatell.

Hence Clickatell manages UTF-8 messages, the use of utf8_decode() is not necessary, it causes unicode issues when sending non-English characters in text body.

petergerner commented 5 years ago

See this post as well: https://civicrm.stackexchange.com/questions/30729/is-unicode-not-supported-in-clickatell-sms-extension