summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
diff options
context:
space:
mode:
authorPeter Prymmer <PPrymmer@factset.com>2000-09-01 08:50:57 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2000-09-01 23:00:13 +0000
commitb3b6085d10c63109395e1fb03e3cedb8e77ab613 (patch)
treebaf8c1d942698d49972053785c7f9fcdde4990cf /pod/perlguts.pod
parent12fe5b44ff930988d75ce4ef423e328475b491b5 (diff)
downloadperl-b3b6085d10c63109395e1fb03e3cedb8e77ab613.tar.gz
minimal removal of 8 bit chrs from perlebcdic.pod
Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com> plus rework the http: spots as suggested by Tom Christiansen, plus regen perltoc. p4raw-id: //depot/perl@7001
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r--pod/perlguts.pod11
1 files changed, 5 insertions, 6 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index 2f75cff528..bd681a13df 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -4,10 +4,10 @@ perlguts - Introduction to the Perl API
=head1 DESCRIPTION
-This document attempts to describe how to use the Perl API, as well as containing
-some info on the basic workings of the Perl core. It is far from complete
-and probably contains many errors. Please refer any questions or
-comments to the author below.
+This document attempts to describe how to use the Perl API, as well as
+containing some info on the basic workings of the Perl core. It is far
+from complete and probably contains many errors. Please refer any
+questions or comments to the author below.
=head1 Variables
@@ -1972,8 +1972,7 @@ produced a new character set containing all the characters you can
possibly think of and more. There are several ways of representing these
characters, and the one Perl uses is called UTF8. UTF8 uses
a variable number of bytes to represent a character, instead of just
-one. You can learn more about Unicode at
-L<http://www.unicode.org/|http://www.unicode.org/>
+one. You can learn more about Unicode at http://www.unicode.org/
=head2 How can I recognise a UTF8 string?