Hi Ron,
On Sun Sep 08 20:09:32 2013, ron@savage.net.au wrote:
Show quoted text> Hi Tom
>
> (1)
> I have accepted your very nice patch, with tiny mods.
>
> $many x $thanx;
>
> V 1.16 is on CPAN.
That was quick indeed - I'll give it a shot now.
Show quoted text> (2)
> Patch patches: I advocate all Perlers use 'utf8' rather than 'utf-8'.
> It's just 1 more thing to confuse beginners.
>
> I'm aware of this 'design fault':
>
> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
>
> but I do what I can :-).
I'm happy with that - my main reason for UTF-8 over utf8 is that 'utf8' isn't as strict. perldoc Encode has more details in the "UTF-8 vs. utf8 vs. UTF8" section:
As of Perl 5.8.7, "UTF-8" means UTF-8 in its current sense,
which is conservative and strict and security-conscious,
whereas "utf8" means UTF-8 in its former sense, which was
liberal and loose and lax.
The FATAL => utf8 warning probably covers this already though.
Show quoted text
Ah, I see. That probably makes more sense for a script than a module.
Show quoted text> (5)
> My policy is to remove the previous version from CPAN, unless I have
> some doubts about the new version. Hence your difficulty in finding
> same. I am aware this might discompose some users, and am trying to
> retrain myself to leave a version of 2 there for a while.
That's fine - there's always backpan if necessary, I'm probably guilty of leaving too many old versions around =)
Will shout if there are any problems with the new version, but for now I think everything's looking good if you want to close the ticket.
cheers,
Tom