|
|
|
|
|
by duskwuff
4171 days ago
|
|
If you seriously think that Perl5 is less suitable for text processing than Perl4 was, I suspect you haven't actually used the language in a while... it's still perfectly good for that. Perhaps even better, since 5.8 added extensive support for Unicode (without requiring explicit conversions and breaking everything like Python 3 did). |
|
Ned Batchelder gave an excellent talk[1] that explains how the Python 3 approach to Unicode works. I think it makes a lot more sense once you understand it; the Python 2 way was clearly broken, and it looks like Perl 5 has the same problem but hides it better.
[0] http://search.cpan.org/~jhi/perl-5.8.0/pod/perluniintro.pod
[1] http://m.youtube.com/watch?v=sgHbC6udIqc