NormalizeMode

Defines how a Unicode string is transformed in a canonical form, standardizing such issues as whether a character with an accent is represented as a base character and combining accent or as a single precomposed character. Unicode strings should generally be normalized before comparing them.

Entries

Link copied to clipboard

standardize differences that do not affect the text content, such as the above-mentioned accent representation

Link copied to clipboard

another name for %G_NORMALIZE_DEFAULT

Link copied to clipboard

like %G_NORMALIZE_DEFAULT, but with composed forms rather than a maximally decomposed form

Link copied to clipboard

another name for %G_NORMALIZE_DEFAULT_COMPOSE

Link copied to clipboard

beyond %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

Link copied to clipboard

another name for %G_NORMALIZE_ALL

Link copied to clipboard

like %G_NORMALIZE_ALL, but with composed forms rather than a maximally decomposed form

Link copied to clipboard

another name for %G_NORMALIZE_ALL_COMPOSE

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.