You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@marcelo2605 Could you attach a version of the problematic file? Feel free to remove/overwrite all confidential information.
You call the encoding() function with one parameter, which means the output character set will be 'ISO-8859-1'. Maybe the broken characters cannot be represented in ISO-8859-1? Are you sure you need/want to convert to 'ISO-8859-1'?
Depending on where the data should go, 'UTF-8' might be a good choice for the second parameter of encoding().
I file that I'm trying to parse was encoded using Windows-1252. I confirmed this using
mb_check_encoding()
But the content of the array still have broken characters (�).
The text was updated successfully, but these errors were encountered: