:right-sidebar: True NormalizeMode =================================================================== .. currentmodule:: gi.repository.GLib .. class:: NormalizeMode :no-contents-entry: 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. Fields ------ .. rst-class:: interim-class .. class:: NormalizeMode :no-index: .. attribute:: ALL The type of the None singleton. .. attribute:: ALL_COMPOSE The type of the None singleton. .. attribute:: DEFAULT The type of the None singleton. .. attribute:: DEFAULT_COMPOSE The type of the None singleton. .. attribute:: NFC The type of the None singleton. .. attribute:: NFD The type of the None singleton. .. attribute:: NFKC The type of the None singleton. .. attribute:: NFKD The type of the None singleton.