Re: data_coding in camel-smpp

2014-06-10 Thread PinkSs
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

Re: data_coding in camel-smpp

2012-06-23 Thread expressmobile
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.

Re: data_coding in camel-smpp

2012-06-22 Thread Sergey Zhemzhitsky
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