This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4965 - [XQTS] Incorrect unicode characters in XQueryX tests
Summary: [XQTS] Incorrect unicode characters in XQueryX tests
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Andrew Eisenberg
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-20 14:34 UTC by Oliver Hallam
Modified: 2007-09-25 12:54 UTC (History)
0 users

See Also:


Attachments

Description Oliver Hallam 2007-08-20 14:34:44 UTC
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.
Comment 1 Andrew Eisenberg 2007-08-23 20:31:16 UTC
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.
Comment 2 Oliver Hallam 2007-08-30 10:09:13 UTC
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
Comment 3 Andrew Eisenberg 2007-09-08 17:37:55 UTC
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&#223;&#1682;&#12365;&#63744;</xqx:value>
          </xqx:stringConstantExpr>

Please close this bug report if you agree with this resolution.