This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The following tests contain unicode strings that appear incorrectly in the XQueryX tests: fn-string-to-codepoints1args-4 K-StringToCodepointFunc-12 K-StringToCodepointFunc-19 K-StringToCodepointFunc-20 K-StringToCodepointFunc-21 fn-encode-for-uri1args-2 K-EncodeURIFunc-4 fn-iri-to-uri1args-2 K-EscapeHTMLURIFunc-5 For example the string "Thérèse" in the XQuery tests appears as "Thérèse" in the XQueryX tests.
This problem has been fixed. The version of XQTS_current.zip committed earlier today reflects these changes. Please close this bug report if you agree with this resolution.
Although all the other tests have been fixed, I am still having problems with fn-string-to-codepoints1args-4 It appears that the XQueryX version of this test is no longer a valid UTF-8 encoded document
I have generated char refs for all characters beyond u007F in our XQueryX. The XQueryX for fn-string-to-codepoints1args-4 now contains the fragment: <xqx:stringConstantExpr> <xqx:value>bßڒき豈</xqx:value> </xqx:stringConstantExpr> Please close this bug report if you agree with this resolution.