summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-16 15:43:37 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-16 15:43:37 -0400
commitbd7edfd9ca050edebbd6c09e24834934074909a8 (patch)
tree44b85669eb5ea941650b04970883f859243334f3 /debian
parent00532174881f2171358df1ffe69b8ed1e31cd99c (diff)
textile: The Text::Textile perl module has some regexps that fail if input is flagged as utf-8, but contains invalid characters such as 0x92. To prevent it from crashing, re-encode the content before calling it, which will ensure that it's really utf-8.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e1a1d7b33..71c8e6f31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,10 @@ ikiwiki (2.51) UNRELEASED; urgency=low
* hnb: New plugin, contributed by Axel Beckert.
* meta: Store "description" in pagestate for use by other plugins.
* map: Support show=description.
+ * textile: The Text::Textile perl module has some regexps that fail if
+ input is flagged as utf-8, but contains invalid characters such as 0x92.
+ To prevent it from crashing, re-encode the content before calling it,
+ which will ensure that it's really utf-8.
-- Joey Hess <joeyh@debian.org> Sun, 15 Jun 2008 15:03:33 -0400