Bill Moseley got "Wide character in" errors.
I encountered this a few days ago. I've found it hard to reproduce.
It seems perl has a "Don't ask, don't tell" attitude, but once you've
got the utf8 bit set on some data then it worries about it thereafter.
The ".utf8 = 1" directive only works for t
I've seen examples of how to set utf8, such as in the faq:
log4perl.appender.Logfile.utf8 = 1
and in a number of posts to this list. But I can't find it
documented.
I have a config that logs to the screen, syslog, and to a file so I
have:
log4perl.appender.syslogAppender = Log::Dispatc