Interface NormalizeMode


public interface NormalizeMode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 form
    static final int
    standardize differences that do not affect the
    text content, such as the above-mentioned accent representation
    static final int
    like %G_NORMALIZE_DEFAULT, but with
    composed forms rather than a maximally decomposed form
    static final int
    another name for %G_NORMALIZE_DEFAULT_COMPOSE
    static final int
    another name for %G_NORMALIZE_DEFAULT
    static final int
    another name for %G_NORMALIZE_ALL_COMPOSE
    static final int
    another name for %G_NORMALIZE_ALL
  • Field Details

    • DEFAULT

      static final int DEFAULT
      standardize differences that do not affect the
      text content, such as the above-mentioned accent representation
      See Also:
    • NFD

      static final int NFD
      another name for %G_NORMALIZE_DEFAULT
      See Also:
    • DEFAULT_COMPOSE

      static final int DEFAULT_COMPOSE
      like %G_NORMALIZE_DEFAULT, but with
      composed forms rather than a maximally decomposed form
      See Also:
    • NFC

      static final int NFC
      another name for %G_NORMALIZE_DEFAULT_COMPOSE
      See Also:
    • ALL

      static final int ALL
      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
      See Also:
    • NFKD

      static final int NFKD
      another name for %G_NORMALIZE_ALL
      See Also:
    • ALL_COMPOSE

      static final int ALL_COMPOSE
      like %G_NORMALIZE_ALL, but with composed
      forms rather than a maximally decomposed form
      See Also:
    • NFKC

      static final int NFKC
      another name for %G_NORMALIZE_ALL_COMPOSE
      See Also: