Actions
Bug #9539
closedREXML XPath UTF8 encoding problem
Bug #9539:
REXML XPath UTF8 encoding problem
Description
I found some problems in REXML when processing XPath expressions with Unicode not ascii characters. I attached a sample script and a sample document. If you see the script output, you will see two different problems:
-
text() XPath function does not work properly when there is an accent or tilde character.
-
two different XPath paths, one with an accent and the other without it, are considered the same.
Thank you,
Mario Barcala
Files
Actions