fixu8: honour config.repoencoding when decoding characters like [_\e3]
Wed Nov 30 11:36:26 UTC 2005 Kirill Smelkov <kirr@mns.spb.ru>
* fixu8: honour config.repoencoding when decoding characters like [_\e3]
hunk ./darcsweb.cgi 99
- char = char.decode('raw_unicode_escape')
+ char = char.decode(config.repoencoding)