NormalizeText (open)
Normalize text for a given language
Syntax
LOADLIB "wh::util/langspecific.whlib";
STRING FUNCTION NormalizeText(STRING text, STRING langcode)Parameters
STRING textThe text to normalize
STRING langcodeThe two-letter code of the language to use for normalizing
Return value
STRINGThe normalized text, or an empty string in case of an unrecognized language code