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
Various database drivers have ostensibly modernized since Store::DBI was written, and it appears that there now needs to be some logic around the Encode stuff because UTF-8 characters get mangled with a double decode. Possible solutions:
Make the drivers responsible for encoding/decoding strings
Try to pass in connection attributes with the driver connections that turn off auto utf8
I am currently in the process of trying option 2.
Others?
The text was updated successfully, but these errors were encountered:
Various database drivers have ostensibly modernized since Store::DBI was written, and it appears that there now needs to be some logic around the
Encode
stuff because UTF-8 characters get mangled with a double decode. Possible solutions:I am currently in the process of trying option 2.
Others?
The text was updated successfully, but these errors were encountered: