diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-12-26 23:27:03 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-12-26 23:27:03 +0100 |
commit | 42bde815c4743d7e164d2e70c98a6b86a79906b9 (patch) | |
tree | 9dcd89d31ee8ed56be9c0d7f19e58cc22fb496ad /pod/perlunicode.pod | |
parent | fe749c9aa803ce74d997ff797103481a55741837 (diff) | |
download | perl-42bde815c4743d7e164d2e70c98a6b86a79906b9.tar.gz |
Fix two pod links
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index e6a1f3fab0..3a52933854 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 <L/BUGS>, below +character semantics. This can cause surprises: See L</BUGS>, below Under character semantics, many operations that formerly operated on bytes now operate on characters. A character in Perl is |