diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-12-14 17:01:55 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-12-14 17:15:50 -0500 |
commit | b4bc7d17080055c615bc264c4d5b7d791161682c (patch) | |
tree | 4fa160deb7258cec44e35470264eb5ff2d649d8f /debian | |
parent | 3f90eba5a1a5df95f2c9f7fc2d78a382731f2d10 (diff) | |
download | ikiwiki-b4bc7d17080055c615bc264c4d5b7d791161682c.tar ikiwiki-b4bc7d17080055c615bc264c4d5b7d791161682c.tar.gz |
rename: Fix some utf-8 problems.
The crux of the problem is that the cgi object has raw values not converted
to utf-8, and rename was using its fields. Also fixed a missed place where
the form object did not get its fields utf-8 encoded.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 491e07a4a..41f4ec870 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ ikiwiki (3.20091203) UNRELEASED; urgency=low * Improve javascript onload handling. * monotone: Deal with format change in version 0.45. (Thanks, Richard Levitte) + * rename: Fix some utf-8 problems. -- Joey Hess <joeyh@debian.org> Wed, 02 Dec 2009 17:22:21 -0500 |