Andrew Eland - 2005-04-14

Logged In: YES
user_id=646767

At the moment, CVS Monitor defaults to assuming CVS log
messages are encoded in iso-8850-1, and this encoding is
used when generating the XML for the RSS feed. As your
messages contain characters that aren't iso-8859-1, the feed
ends up broken.
You need to change the $CVSMonitor::CHARSET constant in
CVSMonitor.pm to the character set you're using for your log
messages. Not very pretty, but it should fix the problem.