summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-17 02:15:00 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-17 02:15:00 +0000
commit4d460d1f8250ac632cdec799dec80ca4e0460eeb (patch)
tree043697114431dc65f242fe0c249253b9234b065c /debian
parentf5eb3df1fab53ed6fe1359a8d6a339a321626db8 (diff)
- Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide
character in print.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a6312dc66..8696f3ccf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ ikiwiki (1.6) UNRELEASED; urgency=low
- Comment field in edit page is not decoded and all the non-ascii chars in
this field are corrupted as the result. We should decode it as we do it
for the content.
+ - Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide
+ character in print.
-- Joey Hess <joeyh@debian.org> Fri, 16 Jun 2006 21:35:03 -0400