Package ch.bailu.gtk.glib
Interface NormalizeMode
public interface NormalizeMode
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
Field Details
-
DEFAULT
static final int DEFAULTstandardize differences that do not affect the
text content, such as the above-mentioned accent representation- See Also:
-
NFD
static final int NFDanother name for %G_NORMALIZE_DEFAULT- See Also:
-
DEFAULT_COMPOSE
static final int DEFAULT_COMPOSElike %G_NORMALIZE_DEFAULT, but with
composed forms rather than a maximally decomposed form- See Also:
-
NFC
static final int NFCanother name for %G_NORMALIZE_DEFAULT_COMPOSE- See Also:
-
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- See Also:
-
NFKD
static final int NFKDanother name for %G_NORMALIZE_ALL- See Also:
-
ALL_COMPOSE
static final int ALL_COMPOSElike %G_NORMALIZE_ALL, but with composed
forms rather than a maximally decomposed form- See Also:
-
NFKC
static final int NFKCanother name for %G_NORMALIZE_ALL_COMPOSE- See Also:
-