Re: [Catalyst] C::P::Unicode::Encoding and C::P::Compress

2010-07-29 Thread Nicholas Wehr
are you using the built-in perl http server for your production deployment? if not, consider apache's mod_deflate for your gzip content. I ran into a similar issue with dynamic tar file output; using a temp file barfed (from utf8) - streamed was fine. good luck -nw On Wed, Jul 28, 2010 at

[Catalyst] C::P::Unicode::Encoding and C::P::Compress

2010-07-28 Thread Octavian Rasnita
Hi, I have been using Catalyst::Plugin::Unicode but I read in its POD that Catalyst::Plugin::Unicode::Encoding is now recommended. Can C::P::Unicode::Encoding be used with C::P::Compress::Gzip or C::P::Compress? I've seen that the HTTP headers seem to be correctly generated, but no page