I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-10-16 14:52:48.819828-07 by kralikba
UTF-8 log message scrambled only from hook?
Hi all, When using SVN::Notify with Apache 2.2 and SVN 1.6's hooks, UTF-8 characters of the log message get output in the e-mail as e.g.
?\195?\169
; the diffs are OK. (I tried setting --encoding) When calling svnnotify with the very same parameters, the log message gets sent with correct characters. Any ideas where encodings get mixed up?
Direct Responses: 13009 | Write a response
Posted on 2010-10-16 23:21:37.266061-07 by kralikba in response to 13008
Re: UTF-8 log message scrambled only from hook?
um... I wanted to write: When calling svnnotify FROM THE TERMINAL with the very same parameters, the log message gets sent with correct characters.
Direct Responses: Write a response