diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-22 14:45:36 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-22 14:45:36 +0000 |
commit | f979aebcf2bd35d620f0ca3623215cc1355f26d9 (patch) | |
tree | 670fbe99d253d101ddbc6f897c26d757f87c3a5c /pod/perlpacktut.pod | |
parent | 27aad8a31de0f67b4d9a413b706e8d551b21977c (diff) | |
download | perl-f979aebcf2bd35d620f0ca3623215cc1355f26d9.tar.gz |
Misc. L<> fixes in core docs : don't link to man pages;
provide full urls when linking to web sites.
p4raw-id: //depot/perl@30688
Diffstat (limited to 'pod/perlpacktut.pod')
-rw-r--r-- | pod/perlpacktut.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlpacktut.pod b/pod/perlpacktut.pod index d907b1805c..7c52d64c44 100644 --- a/pod/perlpacktut.pod +++ b/pod/perlpacktut.pod @@ -623,7 +623,7 @@ characters that are used in several European languages is in the next range, up to 255. After some more Latin extensions we find the character sets from languages using non-Roman alphabets, interspersed with a variety of symbol sets such as currency symbols, Zapf Dingbats or Braille. -(You might want to visit L<www.unicode.org> for a look at some of +(You might want to visit L<http://www.unicode.org/> for a look at some of them - my personal favourites are Telugu and Kannada.) The Unicode character sets associates characters with integers. Encoding @@ -668,7 +668,7 @@ sequences and generally have a friendlier interface. The pack code C<w> has been added to support a portable binary data encoding scheme that goes way beyond simple integers. (Details can -be found at L<Casbah.org>, the Scarab project.) A BER (Binary Encoded +be found at L<http://Casbah.org/>, the Scarab project.) A BER (Binary Encoded Representation) compressed unsigned integer stores base 128 digits, most significant digit first, with as few digits as possible. Bit eight (the high bit) is set on each byte except the last. There |