java.text. Normalizer

GPTKB entity

Statements (50)
Predicate Object
gptkbp:instance_of gptkb:class
gptkbp:constructor Normalizer()
Normalizer(String, Normalizer. Form)
gptkbp:exception gptkb:Illegal_Argument_Exception
gptkb:Null_Pointer_Exception
gptkbp:field FORM_ C
FORM_ D
FORM_ KC
FORM_ KD
gptkbp:has_field FORM_ C
FORM_ D
FORM_ KC
FORM_ KD
gptkbp:has_method get Instance()
is Normalized(String, Normalizer. Form)
normalize(Char Sequence, Normalizer. Form)
normalize(String, Normalizer. Form)
https://www.w3.org/2000/01/rdf-schema#label java.text. Normalizer
gptkbp:hyper_threading gptkb:true
gptkbp:introduced_in gptkb:Java_1.6
gptkbp:is_compatible_with Java SE 6 and later
gptkbp:is_part_of gptkb:Java_Standard_Library
gptkbp:is_used_by String manipulation
gptkbp:package_manager java.text
gptkbp:provides Unicode normalization
gptkbp:purpose normalize Unicode strings
gptkbp:related_to gptkb:Unicode_standard
gptkb:Unicode
gptkb:character
String manipulation
text processing
gptkbp:supports NFC normalization
NFD normalization
NFKC normalization
NFKD normalization
gptkbp:technique normalize
is Normalized
get NFCInstance
get NFDInstance
get NFKCInstance
get NFKDInstance
gptkbp:throws gptkb:Illegal_Argument_Exception
gptkb:Null_Pointer_Exception
gptkbp:usage data cleaning
collation
input validation
search optimization
formatting output
text normalization in applications
gptkbp:used_in text processing