UTF-8 problem?
Created by: samuel281
Envirionment
server
Ubuntu 11.1 64 bit gitlabhq 2.0 (master branch) gitolite nginx
client
windows 2003 Korean TortiseGit 1.7.5.0 git version 1.7.7.1 msysgit
symptom
click a commit link and it shows 500 error.
production log
ActionView::Template::Error (incompatible character encodings: UTF-8 and ASCII-8BIT):
10: - else
11: = image_tag "no_avatar.png", :class => "left", :width => 40, :style => "padding-right:5px;"
12: %span.commit-title
13: %strong
14: = truncate(@commit.id.to_s, :length => 60)
15: %span.commit-author
16: %strong= @commit.author_name
app/views/commits/show.html.haml:13:in _app_views_commits_show_html_haml___1240164680891051559_49468920' app/controllers/commits_controller.rb:30:in
show'
reproduce
- change something in the local repository
- commit changes with Korean comment (something like "코멘트")
- push commit to the remote.
appendix
it seems that "network graph" doesn't work, too!