%for change,filenode,diff,cs1,cs2 in c.changes:
-
${h.link_to(filenode.path,h.url.current(anchor=h.repo_name_slug('C%s' % filenode.path)))}
+
${h.link_to(filenode.path.decode('utf-8'),h.url.current(anchor=h.repo_name_slug('C%s' % filenode.path.decode('utf-8'))))}
%endfor
@@ -92,19 +92,19 @@
%if change !='removed':