public class Sms7BitEncodingTranslator extends Object
Constructor and Description |
---|
Sms7BitEncodingTranslator() |
Modifier and Type | Method and Description |
---|---|
static String |
translate(CharSequence message)
Translates each message character that is not supported by GSM 7bit
alphabet into a supported one
|
public static String translate(CharSequence message)
message
- message to be translatedthrowsException
- if true and some error occurs during translation, an exception
is thrown; otherwise a null String is returned