Gjsify LogoGjsify Logo

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.

Index

Enumeration Members

ALL: number

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

ALL_COMPOSE: number

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

DEFAULT: number

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

DEFAULT_COMPOSE: number

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

NFC: number

another name for %G_NORMALIZE_DEFAULT_COMPOSE

NFD: number

another name for %G_NORMALIZE_DEFAULT

NFKC: number

another name for %G_NORMALIZE_ALL_COMPOSE

NFKD: number

another name for %G_NORMALIZE_ALL

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method