[�] I'm getting this special character "�" instead of "ç" or "ã" character!

I’m getting this special character “�” instead of “ç” or “ã” character!

I’m reading from a file!
The text on the file is: “Confirmação”
I’m getting: “Confirma��o” in the label

There is any fix for this?

I think that you need to encore or decode the text. Try to use the URI DECODE block from the Web component.
image
I don’t know from where come your file, but if you have written it manually, try to encore the whole file with this : https://www.urlencoder.net/ , then use the URI decode block in your app

1 Like

My File is a .txt file in the Assets!

Use the File.read and pipe the response out through the URI decode and into a variable

2 Likes

Thank you for the help guys :wink:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.