I have some svg
which has some special characters in it. while parsing it into xml, getting the error. Here is the svg
,
https://www.printhubpro.co.uk/images/export.svg
It has string like this in svg
ú (may be representing EURO)
Which causing issue.
I want to allow special character in svg
.
Any suggestion?