diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-03-09 14:01:40 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-03-09 14:01:40 -0400 |
commit | 7bd0d536442493a8898981a8a784bf16126085c5 (patch) | |
tree | 0bfed9f3b2111cee3d67eef18cdaa053c375f3c3 /debian | |
parent | 793e9332c3fc6db6733dce6783d6ac9c8058bb8d (diff) | |
download | ikiwiki-7bd0d536442493a8898981a8a784bf16126085c5.tar ikiwiki-7bd0d536442493a8898981a8a784bf16126085c5.tar.gz |
git: Fix utf-8 encoding of author names.
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c66db85a2..a7e7544c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ikiwiki (3.08) UNRELEASED; urgency=low + + * git: Fix utf-8 encoding of author names. + + -- Joey Hess <joeyh@debian.org> Mon, 09 Mar 2009 14:00:21 -0400 + ikiwiki (3.07) unstable; urgency=low * Updated German translation (Kai Wasserbäch). Closes: #518377 |