Adeodato Simó <[EMAIL PROTECTED]> writes: > * Niko Tyni [Tue, 05 Aug 2008 00:42:35 +0300]:
>> Alternatively, would you consider a corresponding patch for the perl >> package for inclusion into lenny? As noted in #480997, turning UTF8 >> into "X"s is a regression from 5.8.8, although it was relying on >> undefined behaviour. > What's the size for that patch to perl? I think UTF-8 should be well > supported, and regressions wrt Etch would be best avoided, yes. The straight diff between podlators 2.0.6 and 2.1.2 is fairly substantial (32 files changed, 609 insertions(+), 289 deletions(-)), but quite a lot of that is documentation changes, test suite improvements to catch the problems that were fixed, and that sort of thing. The baseline, which still includes quite a few documentation changes and some reformatting, is: lib/Pod/Man.pm | 175 ++++++++++++++++++++++++--------------------- scripts/pod2man.PL | 95 ++++++++++++++---------- I haven't yet tried to extract out just the code changes; it's unfortunately not completely trivial since we still do need the documentation change to include the --utf8 option. I suspect that it would be around 100 lines of total diff. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

