Schnittstelle NormalizeMode


public interface NormalizeMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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
  • Felddetails

    • DEFAULT

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

      static final int NFD
      another name for %G_NORMALIZE_DEFAULT
      Siehe auch:
    • DEFAULT_COMPOSE

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

      static final int NFC
      another name for %G_NORMALIZE_DEFAULT_COMPOSE
      Siehe auch:
    • 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
      Siehe auch:
    • NFKD

      static final int NFKD
      another name for %G_NORMALIZE_ALL
      Siehe auch:
    • ALL_COMPOSE

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

      static final int NFKC
      another name for %G_NORMALIZE_ALL_COMPOSE
      Siehe auch: