Is there someone out there who has a complete script/receipt which gets CGI::Application working with utf8?
I found this excellent post by Andrew which adresses the problem but I have not the module writing/namspace mapping skills to get his modules to work with CGI::Application.
I tried... But it breaks too many things. C::A::Plugin::DBH uses DBI in an abstraction layer, so I would have to edit/write my own C::A::Plugin::DBH. Then, I use CGI::Fast which is an abstraction on top of CGI.pm, so I also need a new CGI::Fast, which I tried but had no luck... So many things...