Here is a system that handles everything in latin1, but I want this one particular table to be read as utf8, then properly encoded into JSON.
How do I switch the connection to utf8, then read it, then switch the connection back?
I know how to do the JSON, but the MySQL I do not know about.
I am using the DBI MySQL driver, and this is an old CGI program.