GitHub user dpocock opened a pull request: https://github.com/apache/camel/pull/317
(work in progress) fix for CAMEL-8002, support for Latin1 coded SMS over SMPP Please discuss through the Jira issue: https://issues.apache.org/jira/browse/CAMEL-8002 You can merge this pull request into a Git repository by running: $ git pull https://github.com/dpocock/camel dpocock-smpp Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/317.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #317 ---- commit 1c4e4e9aa0f59af6136b1cd7fa4eee7da38eacdc Author: Daniel Pocock <dan...@pocock.pro> Date: 2014-11-05T15:49:58Z Use UCS2 encoding if UCS2 alphabet specified commit be729adb020ff9bc2c660ea6a916a68cd503a7b9 Author: Daniel Pocock <dan...@pocock.pro> Date: 2014-11-05T16:56:35Z SmppUtils.isGsm0338Encodeable() expects Latin1 input, only use it if encoding is Latin1 or ASCII commit b0fa26afe21718a39c759ba13b0309da9034e3c6 Author: Daniel Pocock <dan...@pocock.pro> Date: 2014-11-06T15:50:12Z Begin fixing CAMEL-8002, depends on pull req. 39 in jsmpp ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---