Subject: | A way to enable utf8tion of strings would be nice |
I would like to have DBD::SQLite have a flag, which when passed will make a DBH try very to upgrade every string it finds to utf8.
An alternative idea is to provide a hook mechanism so that one could send
sub { utf8::upgrade($_[0] }
and have that done at the DBH level.