X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl573delta.pod;h=42ed2615613cb24fcdac24606328cc72cf5b2655;hb=9f621bb00a11fa3741b155ff668ae147fed95cf0;hp=65c1ca51b7c09f66b90ba8c476d537875e0a4cb0;hpb=14e65a201c70c8bc90f5f26dc9b327bb7cdf015e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl573delta.pod b/pod/perl573delta.pod index 65c1ca5..42ed261 100644 --- a/pod/perl573delta.pod +++ b/pod/perl573delta.pod @@ -19,8 +19,8 @@ This is just a selected list of some of the more notable changes. The numbers refer to the Perl repository change numbers; see L (or L in Perl 5.8.1). In addition to these changes, lots of work took place in integrating threads, PerlIO, and -Unicode; and general code cleanup; and last but not least and porting -to non-UNIX lands like Win32, VMS, Cygwin, DJGPP, VOS, MacOS Classic, +Unicode; general code cleanup; and last but not least porting to +non-UNIX lands such as Win32, VMS, Cygwin, DJGPP, VOS, MacOS Classic, and EBCDIC. =over 4 @@ -103,7 +103,7 @@ document that use utf8 is not the right way most of the time =item 11656 -allow builing perl with -DUSE_UTF8_SCRIPTS which makes UTF-8 +allow building perl with -DUSE_UTF8_SCRIPTS which makes UTF-8 the default script encoding (not the default since that would break all scripts having legacy eight-bit data in them) @@ -149,7 +149,7 @@ unpack("Z*Z*", pack("Z*Z*", ..)) was broken =item 12243 -Devel::Peek: display UTF-8 SVs also also as \x{...} +Devel::Peek: display UTF-8 SVs also as \x{...} =item 12288