On Mon, 23 Feb 2009 19:42:25 +0100 Oskar Liljeblad <[email protected]> wrote:
> On Monday, February 23, 2009 at 22:03, Roman Mamedov wrote: > [..] > > > I don't know - atool uses 'use locale' and then checks that each > > > character is printable in the current locale using POSIX::isprint. > > > The problem may be related to UTF-8 and that perhaps perl is not > > > in UTF-8 mode by default, or that atool isn't iterating over > > > characters correctly. I have no problems with characters like > > > åäöÅÄÖ in my ISO-8859-1 (en_GB.ISO-8859-1) locale though. > > Here's a patch that should fix the problem in both UTF-8 and non-UTF-8 > locales. Please give it a try. > Hello. The patch does seem to fix the issue successfully. Before: ... \343\201\246\343\201\231\343\201\250.7z: extracted to `\343\201\246\343\201\231\343\201\250' (local file exists) ... After: ... てすと.7z: extracted to `てすと' (local file exists) ... -- With respect, Roman -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

