From: Rafael Garcia-Suarez Date: Fri, 26 Dec 2008 22:27:03 +0000 (+0100) Subject: Fix two pod links X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=42bde815c4743d7e164d2e70c98a6b86a79906b9;p=p5sagit%2Fp5-mst-13.2.git Fix two pod links --- diff --git a/pod/perlebcdic.pod b/pod/perlebcdic.pod index 26e6b34..f222e3d 100644 --- a/pod/perlebcdic.pod +++ b/pod/perlebcdic.pod @@ -156,7 +156,7 @@ UTF-EBCDIC is like UTF-8, but based on EBCDIC. You may see the term C character or code point. This simply means that the character has the same numeric value when encoded as when not. -(Note that this is a very different concept from L +(Note that this is a very different concept from L mentioned above.) For example, the ordinal value of 'A' is 193 in most EBCDIC code pages, and also is 193 when encoded in UTF-EBCDIC. diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index e6a1f3f..3a52933 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -116,7 +116,7 @@ be used to force byte semantics on Unicode data. If strings operating under byte semantics and strings with Unicode character data are concatenated, the new string will have -character semantics. This can cause surprises: See , below +character semantics. This can cause surprises: See L, below Under character semantics, many operations that formerly operated on bytes now operate on characters. A character in Perl is