public class Gsm0338 extends Object
| Constructor and Description |
|---|
Gsm0338() |
| Modifier and Type | Method and Description |
|---|---|
static int |
countSeptets(char c)
Determine the number of GSM 03.38 Basic Character Set (included extension) septets of a Java char.
|
static int |
countSeptets(String s)
Determine the number of GSM 03.38 Basic Character Set (included extension) septets of a Java string.
|
static boolean |
inBasicCharacterSet(char javaChar) |
static boolean |
inBasicCharacterSetExtension(char javaChar) |
static boolean |
isBasicEncodeable(char javaChar)
Verify is the java char is an GSM 03.38 character of the Basic Character Set including the extension
|
static boolean |
isBasicEncodeable(String javaString)
Verify is the java string consists of only GSM 03.38 characters of the Basic Character Set including the extension
|
public static boolean isBasicEncodeable(String javaString)
public static boolean isBasicEncodeable(char javaChar)
public static boolean inBasicCharacterSet(char javaChar)
public static boolean inBasicCharacterSetExtension(char javaChar)
public static int countSeptets(char c)
public static int countSeptets(String s)
Copyright © 2025 WSO2. All rights reserved.