public final class MapLatin1GSM
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static char |
GSMSP
Space in GSM.
|
protected static char[] |
MAP_LATIN_GSM
Die Tabelle.
|
protected static char |
ND
Nicht definierte Charaker weil ISO Latin1 8-bit und GSM 7-Bit ist,
koennen nicht alle charakter Abbildet werden.
|
protected static char |
NULL
Nicht definierte Charakter werden durch Null ersetzt (@ in GSM).
|
protected static char |
TC
Einige Latin(ASCII) charakter koennen als 2 byte charakter versendet
werden (aber nur im PDU modus).
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
mapTexModus(java.lang.String str)
Abbildet eine Zeichenkette in Latin ins GSM fuer Text-Modus.
|
protected static final char ND
protected static final char NULL
public static final char GSMSP
protected static final char TC
protected static final char[] MAP_LATIN_GSM