normalize-unicode
Returns the value of string normalized according to the rules of the normalization form specified (the second argument). For more information about Unicode normalization, see §2.2 of https://www.w3.org/TR/charmod-norm/.
Languages
XQuery, XSLT 2.0, XSLT 3.0.
Parameters
Name | Type | Description |
---|---|---|
string | xs:string | The string value to be normalized. |
normalizationForm | xs:string | Optional argument which supplies the normalization form. The default is Unicode Normalization Form C (NFC).
The normalization forms NFC, NFD, NFKC, and NFKD are supported. |