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

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?

  • Comment on Re^2: DBD::Firebird, mod_perl2 and utf-8

Replies are listed 'Best First'.
Re^3: DBD::Firebird, mod_perl2 and utf-8
by zwon (Abbot) on May 18, 2012 at 15:37 UTC

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