On Wed, Mar 23, 2011 at 7:49 AM, John M. Dlugosz <[email protected]>wrote:
> OK, I verified that it still chokes if I strip it down to the bare
> essentials.
> If the view produces a stream that includes a wide character, I get the
> exception.
>
> Here is my Controller:
> ====
> package LEDft::Controller::Root;
> use Moose;
> use namespace::autoclean;
> use Mail::Builder::Simple;
>
> use Try::Tiny;
>
> BEGIN { extends 'Catalyst::Controller::HTML::FormFu' }
>
Mail::Builder::Simple, Try::Tiny, and FormFu is not needed for this example.
If left out your app's configuration and showing what plugins you are using.
That's the key bit information. Best if you post a really complete
example.
Here's some hints: try using Google. Search for the error you are seeing,
and maybe add in the word "Catalyst". For example these keywords:
Caught exception in engine "Wide character in syswrite" catalyst
The first few posts you will find recommendations to add:
"Unicode::Encoding" to your plugin list.
--
Bill Moseley
[email protected]
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/