in reply to UTF8 vs SQLite
use Data::Structure::Util qw/_utf8_on/; $some_cdbi_class->add_trigger(select => sub { _utf8_on($_[0]) });
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: UTF8 vs SQLite
by Your Mother (Archbishop) on Jan 14, 2006 at 23:00 UTC | |
by nothingmuch (Priest) on Jan 14, 2006 at 23:03 UTC |