* Nick Ing-Simmons wrote:
>>> Enocde 2.08, PerlIO::scalar 0.02, ActivePerl 5.8.2,
>>>
>>> #!perl -w
>>> use strict;
>>> use warnings;
>>> use Encode;
>>>
>>> my $string = encode(UTF16 => "");
>>>
>>> for (qw/UTF-8 UTF-16LE UTF-16BE UTF-32LE UTF-32BE/)
>>> {
>>>my $backup = $string;
Bjoern Hoehrmann <[EMAIL PROTECTED]> writes:
>* Bjoern Hoehrmann wrote:
>> Enocde 2.08, PerlIO::scalar 0.02, ActivePerl 5.8.2,
>>
>> #!perl -w
>> use strict;
>> use warnings;
>> use Encode;
>>
>> my $string = encode(UTF16 => "");
>>
>> for (qw/UTF-8 UTF-16LE UTF-16BE UTF-32LE UTF-32BE/)