From aadc0e04984c523115970b0a0c0ba40ddcee3d41 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Mon, 23 Nov 2009 18:53:39 -0600 Subject: [PATCH] * Convert some pod files to UTF-8 (like all of the other pod files) --- pod/perl588delta.pod | 2 +- pod/perl593delta.pod | 4 ++-- pod/perlebcdic.pod | 6 +++--- pod/perlhist.pod | 2 +- pod/perlthrtut.pod | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pod/perl588delta.pod b/pod/perl588delta.pod index e0ed647..16082b5 100644 --- a/pod/perl588delta.pod +++ b/pod/perl588delta.pod @@ -1383,7 +1383,7 @@ happens at program exit, it may be skipped completely. =item * -Salvador Fandiño provided improvements to reduce the memory usage of C +Salvador Fandiño provided improvements to reduce the memory usage of C and to speed up some cases. =item * diff --git a/pod/perl593delta.pod b/pod/perl593delta.pod index 80f8cb9..d67a5a5 100644 --- a/pod/perl593delta.pod +++ b/pod/perl593delta.pod @@ -107,7 +107,7 @@ details. (Contributed by Gisle Aas.) The support for assertions, introduced in perl 5.9.0, has been improved. The syntax for the C<-A> command-line switch has changed; it now accepts an optional module name, defaulting to C. See -L and L. (Contributed by Salvador Fandiño García.) +L and L. (Contributed by Salvador Fandiño García.) =head2 Unicode Character Database 4.1.0 @@ -274,7 +274,7 @@ happens at program exit, it may be skipped completely. =head2 sort() enhancements -Salvador Fandiño provided improvements to reduce the memory usage of C +Salvador Fandiño provided improvements to reduce the memory usage of C and to speed up some cases. =head1 Installation and Configuration Improvements diff --git a/pod/perlebcdic.pod b/pod/perlebcdic.pod index 1a83e01..5f6a83d 100644 --- a/pod/perlebcdic.pod +++ b/pod/perlebcdic.pod @@ -1009,7 +1009,7 @@ to use the characters in the range explicitly: sub Is_latin_1 { my $char = substr(shift,0,1); - $char =~ /[ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ]/; + $char =~ /[ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ]/; } Although that form may run into trouble in network transit (due to the @@ -1063,8 +1063,8 @@ apply tr/[A-Z]/[a-z]/ before sorting. If the data are primarily UPPERCASE and include Latin-1 characters then apply: tr/[a-z]/[A-Z]/; - tr/[àáâãäåæçèéêëìíîïðñòóôõöøùúûüýþ]/[ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ]/; - s/ß/SS/g; + tr/[àáâãäåæçèéêëìíîïðñòóôõöøùúûüýþ]/[ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ/; + s/ß/SS/g; then sort(). Do note however that such Latin-1 manipulation does not address the E C character that will remain at diff --git a/pod/perlhist.pod b/pod/perlhist.pod index 4be2daa..7ea61af 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -855,7 +855,7 @@ Jarkko Hietaniemi >. Thanks to the collective memory of the Perlfolk. In addition to the Keepers of the Pumpkin also Alan Champion, Mark Dominus, -Andreas König, John Macdonald, Matthias Neeracher, Jeff Okamoto, +Andreas König, John Macdonald, Matthias Neeracher, Jeff Okamoto, Michael Peppler, Randal Schwartz, and Paul D. Smith sent corrections and additions. Abigail added file and patch size data for the 5.6.0 - 5.10 era. diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index 55a4cd5..00d5e57 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -1093,7 +1093,7 @@ L =head1 Bibliography -Here's a short bibliography courtesy of Jürgen Christoffel: +Here's a short bibliography courtesy of Jürgen Christoffel: =head2 Introductory Texts @@ -1150,7 +1150,7 @@ L =head1 Acknowledgements Thanks (in no particular order) to Chaim Frenkel, Steve Fink, Gurusamy -Sarathy, Ilya Zakharevich, Benjamin Sugars, Jürgen Christoffel, Joshua +Sarathy, Ilya Zakharevich, Benjamin Sugars, Jürgen Christoffel, Joshua Pritikin, and Alan Burlison, for their help in reality-checking and polishing this article. Big thanks to Tom Christiansen for his rewrite of the prime number generator. @@ -1161,7 +1161,7 @@ Dan Sugalski Edan@sidhe.org Slightly modified by Arthur Bergman to fit the new thread model/module. -Reworked slightly by Jörg Walter Ejwalt@cpan.org to be more concise +Reworked slightly by Jˆrg Walter Ejwalt@cpan.org to be more concise about thread-safety of Perl code. Rearranged slightly by Elizabeth Mattijsen Eliz@dijkmat.nl to put -- 2.7.4