could not show chinese commit message
Created by: niedhui
when the commit message is chinese ,the commit message show nothing. eg:
when the commit message is "反了”, using grit to get the message
repo = Grit::Repo.new("...")
repo.commits.first.message
I get "\xE5\x8F\x8D\xE4\xBA\x86", something like
["反了”].pack("a*")
["反了”].pack("A*")
but I can't solve this by myself...