kc3-lang/libxml2/test/XPath/tests/unicodesimple

Branch :


Log

Author Commit Date CI Message
45914614 2024-11-05 12: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.