Status: Accepted
Owner: [email protected]
CC: [email protected],  [email protected]
Labels: Type-Enhancement Priority-Medium Component-SS7 Roadmap-Fix Version-2.0.0.BETA3

New issue 166 by [email protected]: Checking a string for sending as SMS or USSD to fit GSM7 charset
http://code.google.com/p/jss7/issues/detail?id=166

We need a method for checking if a String (that will be sent as SMS or USSD message) contains only GSM7 charset symbols or not. If the String contains only GSM7 symbols it can be encoded using GSM7 charset and if no it should be encoded using UCS2 charset.

We can implement it as:
public statis boolean GSMCharset.checkGsm7Symbols(String);


Reply via email to