I am trying to import data from an email and I can get the data, however some characters come in an encoding that I did not find how to convert, for example.
Goioer=C3=AA
Paran=C3=A1
I tried utf8_decode, quoted_printable_decode, and other functions. If anyone can help.