Package ch.bailu.gtk.glib
Schnittstelle NormalizeMode
public interface NormalizeMode
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
beyond %G_NORMALIZE_DEFAULT also standardize the
"compatibility" characters in Unicode, such as SUPERSCRIPT THREE
to the standard forms (in this case DIGIT THREE).static final int
like %G_NORMALIZE_ALL, but with composed
forms rather than a maximally decomposed formstatic final int
standardize differences that do not affect the
text content, such as the above-mentioned accent representationstatic final int
like %G_NORMALIZE_DEFAULT, but with
composed forms rather than a maximally decomposed formstatic final int
another name for %G_NORMALIZE_DEFAULT_COMPOSEstatic final int
another name for %G_NORMALIZE_DEFAULTstatic final int
another name for %G_NORMALIZE_ALL_COMPOSEstatic final int
another name for %G_NORMALIZE_ALL
-
Felddetails
-
DEFAULT
static final int DEFAULTstandardize differences that do not affect the
text content, such as the above-mentioned accent representation- Siehe auch:
-
NFD
static final int NFDanother name for %G_NORMALIZE_DEFAULT- Siehe auch:
-
DEFAULT_COMPOSE
static final int DEFAULT_COMPOSElike %G_NORMALIZE_DEFAULT, but with
composed forms rather than a maximally decomposed form- Siehe auch:
-
NFC
static final int NFCanother name for %G_NORMALIZE_DEFAULT_COMPOSE- Siehe auch:
-
ALL
static final int ALLbeyond %G_NORMALIZE_DEFAULT also standardize the
"compatibility" characters in Unicode, such as SUPERSCRIPT THREE
to the standard forms (in this case DIGIT THREE). Formatting
information may be lost but for most text operations such
characters should be considered the same- Siehe auch:
-
NFKD
static final int NFKDanother name for %G_NORMALIZE_ALL- Siehe auch:
-
ALL_COMPOSE
static final int ALL_COMPOSElike %G_NORMALIZE_ALL, but with composed
forms rather than a maximally decomposed form- Siehe auch:
-
NFKC
static final int NFKCanother name for %G_NORMALIZE_ALL_COMPOSE- Siehe auch:
-