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
I think the encoding parameter should only be used to read in files. Anything produced should be in utf-8 regardless.
I have to set the parameter because my bank returns files in windows-1252 but I have zero interest in producing a file in that same format. I think that may be the case for more users.
Alternatively, there could be a new parameter to override the output encoding.
The text was updated successfully, but these errors were encountered:
I think the encoding parameter should only be used to read in files. Anything produced should be in utf-8 regardless.
I have to set the parameter because my bank returns files in
windows-1252
but I have zero interest in producing a file in that same format. I think that may be the case for more users.Alternatively, there could be a new parameter to override the output encoding.
The text was updated successfully, but these errors were encountered: