Normalizer
Class Normalizer
- java.lang.Object
-
- java.text.Normalizer
public final class Normalizer extends Object
This class provides the method normalize
which transforms Unicode text into an equivalent composed or decomposed form, allowing for easier sorting and searching of text. The normalize
method supports the standard normalization forms described in Unicode Standard Annex #15 — Unicode Normalization Forms.
Characters with accents or other adornments can be encoded in several different ways in Unicode. For example, take the character A-acute. In Unicode, this can be encoded as a single character (the "composed" form):
登录查看完整内容