ilovesoup | c9fef1d | 2012-07-08 19:30:42 +0000 | [diff] [blame] | 1 | drop dataverse test if exists; |
2 | create dataverse test; | ||||
3 | use dataverse test; | ||||
4 | |||||
5 | write output to nc1:"rttest/string_codepoint-to-string1.adm"; | ||||
6 | |||||
7 | let $x := [20013, 25991, 23383, 31526] | ||||
8 | let $c := codepoint-to-string($x) | ||||
9 | return {"result1": $c} |