Files
@ e7d7f05217c1
Branch filter:
Location: kallithea/rhodecode/templates/changeset/raw_changeset.html
e7d7f05217c1
177 B
text/html
replaced all decode('utf-8') instances with .decode('utf-8','replace') for more error prof setup,
this way rhodecode could handle displaying non utf8 encoded file paths. This is still an invalid path, but this way we could at least show those paths without errors
this way rhodecode could handle displaying non utf8 encoded file paths. This is still an invalid path, but this way we could at least show those paths without errors