]> sipb.mit.edu Git - ikiwiki.git/commit
rename: Fix some utf-8 problems.
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 14 Dec 2009 22:01:55 +0000 (17:01 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 14 Dec 2009 22:15:50 +0000 (17:15 -0500)
commitb4bc7d17080055c615bc264c4d5b7d791161682c
tree4fa160deb7258cec44e35470264eb5ff2d649d8f
parent3f90eba5a1a5df95f2c9f7fc2d78a382731f2d10
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.
IkiWiki/Plugin/rename.pm
debian/changelog