Read accented characters from JSON feed

ruimac

Member
I'm reading a JSON file from the internet using a Data Reader node.
However the JSON file contains non-ASCII accented characters and those are not being read properly.
For example, the word "Persistência" is being feed into the text container as "Persistia", as if the two bytes after the letter "t" were ignored.
Is there any way to force the JSON to be read as, for example, UTF-8, as it is the encoding I think it is saved in?
 
Back
Top