blob: 7e27cc51fbefff1320154f7369b72343f60d627b [file] [log] [blame]
(: Name: fn-normalize-unicode-1 :)
(: Description: Evaluation of fn:normalize-unicode to ensure that " NFC " is the same as "NFC".:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
fn:concat(fn:normalize-unicode("Å"," NFC "),fn:normalize-unicode("Å","NFC"))