Enum Class NormalizeMode

java.lang.Object
java.lang.Enum<NormalizeMode>
org.gnome.glib.NormalizeMode
All Implemented Interfaces:
Enumeration, Serializable, Comparable<NormalizeMode>, Constable

@Generated("io.github.jwharm.JavaGI") public enum NormalizeMode extends Enum<NormalizeMode> implements Enumeration
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.