test/XPath/docs/unicode


Log

Author Commit Date CI Message
Nick Wellnhofer 45914614 2024-11-05T12:05:14 xpath: Fix parsing of non-ASCII names Fix a long-standing issue where QNames starting with a non-ASCII character would be rejected. This became more visible after "streaming" XPath evaluation was disabled since the latter handled non-ASCII names correctly. Fixes #818.