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 want to encode a big dictionary that contains text encoded in something different than utf-8. Does the library offer some option to handle this situation? Or must I change the data before trying to serialize it?
I would be glad if someone gives me a suggestion.
I want to encode a big dictionary that contains text encoded in something different than
utf-8
. Does the library offer some option to handle this situation? Or must I change the data before trying to serialize it?I read the source code, and it seems to not offer any quick fix (something like
encode(errors="ignore")
.Might the text be passing the condition?
The text was updated successfully, but these errors were encountered: