1
I’m trying to import data from an email and I can get the data, but some characters come in an encoding that I didn’t 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.