-
Type: New Feature
-
Status: Deferred
-
Priority: Major
-
Resolution: Later
-
Affects Version/s: ODF 1.2 CD 05
-
Fix Version/s: ODF-Next
-
Component/s: OpenFormula, Part 4 (Formula) [1.2: 2]
-
Labels:None
This came up in OpenFormula SC. In order for users to specify direct control over normalization we need a function like this:
Text NORMALIZE(Text input; Text form)
Returns the "input" string, normalized according to the Unicode normalization form specified by "form".
"form" must be one of "NFD", "NFC", "NFKD" or "NFKC", with semantics defined in [UniNorm]
[UniNorm] David, Mark and Martin Dürst, "Unicode Normalization Forms, Revision 25", The Unicode Consortium (2005)
http://www.unicode.org/reports/tr15/tr15-25.html