Open
Description
- Gitea version (or commit ref): 1.14.0
Description
I cannot see a file if it contains special chars. Is there any way to enforce watching the file anyway?
See this repo for instance.
The file contains this
# frozen_string_literal: true
puts 'Foo�bar!'
And it makes sense that gitea thinks, that this could be a binary file because of the �
. But it obviously isn't a binary file and I would love to see the file anyway. Instead of having to download it.
Funnily enough, the commit view shows the content anyway. So something is inconsistent here.