Robert Allerstorfer <[EMAIL PROTECTED]> writes:
>Hi Nick,
>
>thank you so much for solving that problem! I didn't know that
>"Unicode" is a valid canonical name of an available encoding, since
>
>use Encode;
>my @all_encodings = Encode->encodings(":all");
>print join("\n", @all_encodings);
>
>does
Hi Nick,
thank you so much for solving that problem! I didn't know that
"Unicode" is a valid canonical name of an available encoding, since
use Encode;
my @all_encodings = Encode->encodings(":all");
print join("\n", @all_encodings);
does not include it on my machine.
best,
rob
--
On Thu, 19 S