Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Wide character in print #5

Open
djzort opened this issue Jan 8, 2014 · 2 comments
Open

Warning: Wide character in print #5

djzort opened this issue Jan 8, 2014 · 2 comments

Comments

@djzort
Copy link
Contributor

djzort commented Jan 8, 2014

In my apache error_log, i am frequently seeing...

Wide character in print at /usr/lib64/perl5/IO/Handle.pm line 406.

I have tried a few things to make it go away, but can't seem to place them in the correct location to placate perl.

I.e.
use utf8;
binmode STDOUT, ':utf8';

I have tried simply adding to the MyApp.pm file, to the MyApp/View/MyView.pm file and in the actual Catalyst/View/Text/Template.pm

my perl version is vanilla rhel6/centos6/sl6... which is

This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi

@rjbs
Copy link
Owner

rjbs commented Feb 25, 2014

try out my utf-8 branch?

@djzort
Copy link
Contributor Author

djzort commented Mar 24, 2014

alas, i am still getting

Wide character in print at /usr/lib64/perl5/IO/Handle.pm line 406.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants