diff options
Diffstat (limited to 'pod/perltoc.pod')
-rw-r--r-- | pod/perltoc.pod | 38 |
1 files changed, 30 insertions, 8 deletions
diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 40d53c99d7..1b7e70b593 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -2216,10 +2216,10 @@ LC_NUMERIC, LC_TIME, LANG =item Questions With Answers Will My Old Scripts Break?, How Do I Make My Scripts Work With Unicode?, -How Do I Know Whether My String Is In Unicode?, How Do I Detect Invalid -UTF-8?, How Do I Convert Data Into UTF-8? Or Vice Versa?, How Do I Display -Unicode? How Do I Input Unicode?, How Does Unicode Work With Traditional -Locales? +How Do I Know Whether My String Is In Unicode?, How Do I Detect Data That's +Not Valid In a Particular Encoding, How Do I Convert Binary Data Into a +Particular Encoding, Or Vice Versa?, How Do I Display Unicode? How Do I +Input Unicode?, How Does Unicode Work With Traditional Locales? =item Hexadecimal Notation @@ -2270,8 +2270,8 @@ to enable UTF-8/UTF-EBCDIC in scripts =item Unicode Encodings -UTF-8, UTF-16, UTF-16BE, UTF16-LE, Surrogates, and BOMs (Byte Order Marks), -UTF-32, UTF-32BE, UTF32-LE, UCS-2, UCS-4, UTF-7 +UTF-8, UTF-EBDIC, UTF-16, UTF-16BE, UTF16-LE, Surrogates, and BOMs (Byte +Order Marks), UTF-32, UTF-32BE, UTF32-LE, UCS-2, UCS-4, UTF-7 =item Security Implications of Malformed UTF-8 @@ -3122,8 +3122,8 @@ array of hashes or arrays? =back -=head2 perlfaq5 - Files and Formats ($Revision: 1.4 $, $Date: 2001/11/09 -08:06:04 $) +=head2 perlfaq5 - Files and Formats ($Revision: 1.5 $, $Date: 2001/12/18 +09:01:14 $) =over 4 @@ -8113,6 +8113,8 @@ escapes. =item charnames::vianame(code) +=item ILLEGAL CHARACTERS + =item BUGS =back @@ -8801,6 +8803,8 @@ bytecode =item DESCRIPTION +%insn_data, @insn_name, @optype, @specialsv_name + =item AUTHOR =back @@ -8825,6 +8829,14 @@ bytecode =item DESCRIPTION +=over 4 + +=item Functions + +B<find_leaders> + +=back + =item AUTHOR =back @@ -9113,6 +9125,14 @@ C<-oFILENAME>, C<-r>, C<-D[tO]> =item DESCRIPTION +=over 4 + +=item Functions + +B<find_leaders> + +=back + =item AUTHOR =back @@ -10804,6 +10824,8 @@ arrays =item Tag Handling Utility Functions +=item Generating combined tags + =item C<AUTOLOAD>ed Constants =back |