Hi I have run into a strange bug.
When I run my Mojolicious app under Apache using "PerlResponseHandler Plack::Handler::Apache2" all utf8 characters are double encoded. On the other hand if the app is run using plackup then the output is correct, except for the BOM issue explained below. The template file is utf8 encoded, without a BOM, because if it has a BOM then the BOM is included in the output. Also when the template has a BOM any commands in the first line of the file are ignored. I'm using: Ubuntu 14.04.3 LTS Plack 1.0037 (installed from CPAN) Apache/2.4.7 Perl v5.18.2 mod_perl 2.000008 Mojolicious 6.17 (installed from CPAN) I am at a loss as to both why the utf8 characters are getting double encoded and why the BOM is included in the output. /DryDuck -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
