]> sipb.mit.edu Git - ikiwiki.git/commitdiff
git: Fix utf-8 encoding of author names.
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 9 Mar 2009 18:01:40 +0000 (14:01 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 9 Mar 2009 18:01:40 +0000 (14:01 -0400)
I guess what's happening here is that since the name
is passed to git via an environment variable, perl's normal
utf-8 IO layer stuff doesn't work. So we have to explicitly
decode the string from perl's internal representation into
utf-8.


No differences found