Normalizer::getRawDecomposition
normalizer_get_raw_decomposition
Gets the Decomposition_Mapping property for the given UTF-8 encoded code point
&reftitle.description;
&style.oop;
public static stringnullNormalizer::getRawDecomposition
stringstring
intformNormalizer::FORM_C
&style.procedural;
stringnullnormalizer_get_raw_decomposition
stringstring
intformNormalizer::FORM_C
Gets the Decomposition_Mapping property, as specified in the
Unicode Character Database (UCD), for the given UTF-8 encoded code point.
&reftitle.parameters;
string
The input string, which should be a single, UTF-8 encoded, code point.
&reftitle.returnvalues;
Returns a string containing the Decomposition_Mapping property, if present in the UCD.
Returns &null; if there is no Decomposition_Mapping property for the character.
&reftitle.examples;
Normalizer::getRawDecomposition example
]]>
&example.outputs;
&reftitle.seealso;
Normalizer::normalize
Normalizer::isNormalized