From bd7edfd9ca050edebbd6c09e24834934074909a8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 Jun 2008 15:43:37 -0400 Subject: 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. --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/changelog') 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 Sun, 15 Jun 2008 15:03:33 -0400 -- cgit v1.2.3