From: Jarkko Hietaniemi Date: Tue, 27 Nov 2001 14:58:06 +0000 (+0000) Subject: Add information what to do if you are reading X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f6edf83ba0ff42a880086fde7e58de5ed4957b88;p=p5sagit%2Fp5-mst-13.2.git Add information what to do if you are reading perluniintro but using some older Perl. p4raw-id: //depot/perl@13318 --- diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index 39bc468..7714d13 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -685,6 +685,14 @@ the C module. =back +=head1 UNICODE IN OLDER PERLS + +If you cannot upgrade your Perl to 5.8.0 or later, you can still +do some Unicode processing by using the modules C, +C, and C, available from CPAN. +If you have the GNU recode installed, you can also use the +Perl frontend C for character conversions. + =head1 SEE ALSO L, L, L, L, L, L,