7.4.0 Blame fails with incompatible character encodings
Created by: pagerbak
I have checked the file with iconv -f UTF-8 rule-config.groovy so I'm pretty sure the file is correctly UTF-8 encoded, but I get an HTTP 500 and this in production.log
Processing by Projects::BlameController#show as HTML
Parameters: {"project_id"=>"sector9/sector9-package", "id"=>"master/package/files/dev/rule-config.groovy"}
Encoding::CompatibilityError (incompatible character encodings: UTF-8 and ASCII-8BIT):
app/views/projects/blame/show.html.haml:48:in `block in _app_views_projects_blame_show_html_haml__1293767466114285803_70193979489320'
app/views/projects/blame/show.html.haml:13:in `_app_views_projects_blame_show_html_haml__1293767466114285803_70193979489320'