Actions
Bug #654
closedXQuery encoding declaration mishandled
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
XQuery conformance
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Legacy ID:
sf-1251714
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
SourceForge user: mhkay
When an encoding declaration is present at the start of
a query, Saxon is misreading it, and is always
reverting to the default encoding of UTF-8. This means
that if the query is actually encoded in ISO-8859-1
(say) and uses non-ASCII characters, these will be
parsed incorrectly, typically leading to syntax errors.
A replacement for module net.sf.saxon.query.QueryReader
is attached.
Files
No data to display
Please register to edit this issue
Actions