In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b439bde545360bca281cee772516180c2bc86327?hp=f11f9c4c96c7b47e180befa9fb272343566a7167>

- Log -----------------------------------------------------------------
commit b439bde545360bca281cee772516180c2bc86327
Author: Karl Williamson <[email protected]>
Date:   Sat May 31 21:08:55 2014 -0600

    perlebcdic: Nit, and remove obsolete text
    
    This pod is now in UTF-8 encoding.
-----------------------------------------------------------------------

Summary of changes:
 pod/perlebcdic.pod | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/pod/perlebcdic.pod b/pod/perlebcdic.pod
index c7efd98..45a6e54 100644
--- a/pod/perlebcdic.pod
+++ b/pod/perlebcdic.pod
@@ -652,7 +652,7 @@ Also, "\t" is a C<HORIZONTAL TABULATION> character so that:
     $is_ascii  = ord("\t") == 9;
     $is_ebcdic = ord("\t") == 5;
 
-To distinguish EBCDIC code pages try looking at one or more of
+To distinguish between EBCDIC code pages try looking at one or more of
 the characters that differ between them.  For example:
 
     $is_ebcdic_37   = "\n" eq chr(37);
@@ -1319,14 +1319,6 @@ XXX.
 
 =head1 BUGS
 
-This pod document contains literal Latin 1 characters and may encounter
-translation difficulties.  In particular one popular nroff implementation
-was known to strip accented characters to their unaccented counterparts
-while attempting to view this document through the B<pod2man> program
-(for example, you may see a plain C<y> rather than one with a diaeresis
-as in E<yuml>).  Another nroff truncated the resultant manpage at
-the first occurrence of 8 bit characters.
-
 Not all shells will allow multiple C<-e> string arguments to perl to
 be concatenated together properly as recipes 0, 2, 4, 5, and 6 might
 seem to imply.

--
Perl5 Master Repository

Reply via email to