Package: twiki Version: 20040902-1 Severity: important Tags: patch
The bin/gnusave routine missed an intermediate step in it's path to decodeSpecialChars(). Patch attached. I'm still seeing other problems though in new install. If I find and fix them, I'll follow up with another bug report. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.4.27-2um Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages twiki depends on: ii apache2-common 2.0.52-3 Next generation, scalable, extenda ii debconf 1.4.30.11 Debian configuration management sy ii libalgorithm-diff-perl 1.19.01-1 a perl library for finding Longest ii libdigest-sha1-perl 2.10-1 NIST SHA-1 message digest algorith ii perl [libmime-base64-perl] 5.8.4-6 Larry Wall's Practical Extraction ii perl-modules [libnet-perl] 5.8.4-6 Core Perl modules ii rcs 5.7-14 The GNU Revision Control System -- debconf information excluded
--- bin/gnusave.old 2005-02-16 15:35:05.000000000 +0800 +++ bin/gnusave 2005-02-16 15:26:58.000000000 +0800 @@ -134,7 +134,7 @@ return; } - $text = &TWiki::decodeSpecialChars( $text ); + $text = &TWiki::Render::decodeSpecialChars( $text ); $text =~ s/ {3}/\t/go; my $meta = "";