<br><div><div><br><div class="gmail_quote">On Wed, Mar 23, 2011 at 7:49 AM, John M. Dlugosz <span dir="ltr">&lt;<a href="mailto:wxju46gefd@snkmail.com">wxju46gefd@snkmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


OK, I verified that it still chokes if I strip it down to the bare essentials.<br>
If the view produces a stream that includes a wide character, I get the exception.<br>
<br>
Here is my Controller:<br>
====<br>
package LEDft::Controller::Root;<br>
use Moose;<br>
use namespace::autoclean;<br>
use Mail::Builder::Simple;<br>
<br>
use Try::Tiny;<br>
<br>
BEGIN { extends &#39;Catalyst::Controller::HTML::FormFu&#39; }<br></blockquote><div><br></div><div>Mail::Builder::Simple, Try::Tiny, and FormFu is not needed for this example.</div><div><br></div><div>If left out your app&#39;s configuration and showing what plugins you are using.  That&#39;s the key bit information.  Best if you post a really complete example.</div>

<div><br></div><div>Here&#39;s some hints: try using Google.  Search for the error you are seeing, and maybe add in the word &quot;Catalyst&quot;.  For example these keywords:</div><div><br></div></div></div></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">

<div><div><div class="gmail_quote"><div>Caught exception in engine &quot;Wide character in syswrite&quot; catalyst</div></div></div></div></blockquote><div><div><div class="gmail_quote"><div><br></div><div>The first few posts you will find recommendations to add: &quot;Unicode::Encoding&quot; to your plugin list.</div>

<div><br></div><div> </div><div><br></div></div><br>-- <br>Bill Moseley<br><a href="mailto:moseley@hank.org" target="_blank">moseley@hank.org</a><br>
</div></div>