]> source.dussan.org Git - gitea.git/commit
Detect charset and convert non UTF-8 files for display (#4950)
authorLauris BH <lauris@nix.lv>
Sat, 29 Sep 2018 08:33:54 +0000 (11:33 +0300)
committerLunny Xiao <xiaolunwen@gmail.com>
Sat, 29 Sep 2018 08:33:54 +0000 (16:33 +0800)
commit81702e6ec9d5bd9d2185a8cb5a021047314baee9
treebd0dbdbb7a1d7505809457c72882d00818a50875
parent67806611923eee071513a74671bc00429c3a89fa
Detect charset and convert non UTF-8 files for display (#4950)

* Detect charset and convert non UTF-8 files for display

* Refactor and move function to correct module

* Revert unrelated changes

* More unrelated changes

* Duplicate content for small text to have better encoding detection

* Check if original content is valid before duplicating it
modules/base/tool.go
modules/templates/helper.go
routers/repo/view.go