in reply to DBD::Firebird, mod_perl2 and utf-8

Maybe you should set ib_charset option?

Replies are listed 'Best First'.
Re^2: DBD::Firebird, mod_perl2 and utf-8
by kravitz (Initiate) on May 18, 2012 at 06:05 UTC

    In fact this really helped me ― now all string data are decoded, I just need to decode few BLOB data, that really are utf-8 text data.

    But I still interesting why it all worked as-is with ModPerl::Registry? I read its source code, in fact it just makes eval on suplied filename, isolates its namespace and caches it. Is there some magic trick?

      I can't say for sure, but perhaps mod_perl sets UTF-8 encoding on output filehandler, and CGI don't