]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/utf8_svn_log.mdwn
* Fix one more missing translation of Discussion.
[ikiwiki.git] / doc / bugs / utf8_svn_log.mdwn
1 svn log messages containing utf-8 (such as r773) don't get displayed
2 right in RecentChanges. The problem is ikiwiki runs svn log in locale C,
3 which makes it spit out eacaped charcters for utf-8 chars. If it's run in
4 locale en_US.UTF-8, it would be ok, but that would require the system
5 have that locale.
6
7 Seems that the right fix for this is to use svn log --xml, which is
8 always utf-8 and come up with a parser for that. Also fixes the spoofing
9 issue in [[security]].
10
11 [[bugs/done]]