diff --git a/rhodecode/templates/files/files.html b/rhodecode/templates/files/files.html
--- a/rhodecode/templates/files/files.html
+++ b/rhodecode/templates/files/files.html
@@ -3,7 +3,7 @@
<%def name="title(*args)">
${_('%s Files') % c.repo_name}
%if hasattr(c,'file'):
- · ${c.file.path or '\\'}
+ · ${h.safe_unicode(c.file.path) or '\\'}
%endif
· ${c.rhodecode_name}
%def>