症状:チケット表示時にエラー500が発生する。(プレビュー時も同様)
I, [2017-03-19T19:46:23.258443 #12441] INFO -- : Completed 500 Internal Server Error in 29ms (ActiveRecord: 3.5ms)
F, [2017-03-19T19:46:23.260961 #12441] FATAL -- : ActionView::Template::Error (invalid byte sequence in UTF-8):
1: <% if @notes %>
2: <fieldset class="preview"><legend><%= l(:field_notes) %></legend>
3: <%= textilizable @notes, :attachments => @attachments, :object => @issue %>
4: </fieldset>
5: <% end %>
6:
lib/redmine/wiki_formatting/markdown/formatter.rb:62:in `gsub!'
lib/redmine/wiki_formatting/markdown/formatter.rb:62:in `to_html'