horrendo has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

I'm using Compress::Zlib::memGzip to compress a chunk of text containing unicode characters. I have PERL_UNICODE set to S, but I'm getting a runtime error -

Wide character in memGzip at ./tst-utf8.plx line 195

This is with version 2.012 of Compress::Zlib on Perl 5.8.8 on Ubuntu 8.04.

I don't get this error running the same program against version 1.42 of Compress::Zlib.

Any clues?

Thanks,

H

Replies are listed 'Best First'.
Re: Wide character - memGzip
by Joost (Canon) on Aug 05, 2008 at 11:06 UTC
      That did it. Thanks very much.