random notes, kept here from when I am not at my home workstation
Caught exception in engine "Wide character in syswrite at /usr/local/share/perl/5.8.8/Catalyst/Engine.pm line 675."
use Catalyst qw/# ... some other plugins Unicode /;
Catalyst::Plugin::Unicode is deprecated, because it tries to guess the encoding, which is unreliable. You should use Catalyst::Plugin::Unicode::Encoding instead.
Why wouldn't Catalyst just handle Unicode properly without having to add a plugin?
Catalyst::Plugin::Unicode is deprecated, because it tries to guess the encoding, which is unreliable. You should use Catalyst::Plugin::Unicode::Encoding instead.
ReplyDeleteWhy wouldn't Catalyst just handle Unicode properly without having to add a plugin?
ReplyDelete