Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
6.4.0
-
None
Description
Since four planned Unicode functions are to have an optional parameter to specify a normalization form, it seemed more efficient to call a separate function for normalization if it was requested. The separate function will choose a normalization form according to the optional parameter and then normalize a single UnicodeString according to the chosen form (it returns the normalized UnicodeString).