public final class Normalizer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Normalizer.Form |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
normalize(java.lang.CharSequence source)
Normalize the string using NFKC
|
static java.lang.String |
normalize(java.lang.CharSequence source,
Normalizer.Form form)
Normalize the string using the specified Form
|
static java.lang.String |
normalize(java.lang.CharSequence source,
Normalizer.Form form,
java.lang.StringBuilder buf)
Normalize the string into the given StringBuilder using the given Form
|
public static java.lang.String normalize(java.lang.CharSequence source)
public static java.lang.String normalize(java.lang.CharSequence source, Normalizer.Form form)
public static java.lang.String normalize(java.lang.CharSequence source, Normalizer.Form form, java.lang.StringBuilder buf)
Copyright © 2010 - 2020 Adobe. All Rights Reserved