Hello, I have to send SMS with message body in UCS2 encoding. According to SMPP spec v3.4, "data_coding" must contain b00001000 UCS2 (ISO/IEC-10646) value. I've set the "encoding" parameter in the connection string to UTF-16, but it seems that camel-smpp plugin is always sending b00000001 IA5 (CCITT T.50)/ASCII (ANSI X3.4) value.
How i should properly configure camel-smpp plugin to resolve this problem? -- View this message in context: http://camel.465427.n5.nabble.com/SMPP-data-encoding-tp2798167p2798167.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.