Yes this works for me itself but using encoding in URI makes all messages in
assigned set, means for Unicode msgs. I also want to send text messages
through same connection.
Thus, In my implementation I need to set encoding at runtime so that I could
use same URI connection for sending all types
Thank you for response. I ended up with issue. Using encoding UTF-16BE is
suitable solution.
--
View this message in context:
http://camel.465427.n5.nabble.com/data-coding-in-camel-smpp-tp5714925p5714966.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hello,
FEFF - are the BOM(http://en.wikipedia.org/wiki/Byte_order_mark) bytes that are
used to identify bytes order for
UTF-16 encoding.
>> 1. How to set 'data_coding' manually without usign 'alphabet' parameter?
As far as I know component does not support such an option at the time.
> 2. How t