factmaven / xml-to-json

Simple API that converts dynamic XML feeds to JSON through a URL or pasting the raw XML data. Made 100% in PHP.
https://api.factmaven.com/xml-to-json
54 stars 24 forks source link

Issue with special characters #5

Closed Fraze closed 3 years ago

Fraze commented 3 years ago

The api returns an error when the xml contains characters such as Ñ. Would it be possible to make it work for all characters?

Fraze commented 3 years ago

Nevermind, it actually seems to work now