From: Stas Bekman Date: Thu, 21 Aug 2003 11:41:01 +0000 (-0700) Subject: [perluniintro.pod] pod markup fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f2f9b7d11418e87db6be7dcc244e0da7e2bacec;p=p5sagit%2Fp5-mst-13.2.git [perluniintro.pod] pod markup fix Message-ID: <3F45123D.8020805@stason.org> p4raw-id: //depot/perl@20806 --- diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index c20e05c..8aebbf2 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -549,7 +549,7 @@ C?) The short answer is that by default, Perl compares strings (C, C, C, C, C) based only on the code points of the characters. In the above case, the answer is "after", since -C<0x00C1> > C<0x00C0>. +C<0x00C1> E C<0x00C0>. The long answer is that "it depends", and a good answer cannot be given without knowing (at the very least) the language context. @@ -886,6 +886,6 @@ mailing lists for their valuable feedback. =head1 AUTHOR, COPYRIGHT, AND LICENSE -Copyright 2001-2002 Jarkko Hietaniemi +Copyright 2001-2002 Jarkko Hietaniemi Ejhi@iki.fiE This document may be distributed under the same terms as Perl itself.