X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl570delta.pod;h=20abcd6b9ce0505f45d9590c32af45fc81b37e28;hb=0c05f16440beb8d0347806f494181540074c7471;hp=3d4e5e29e43249515dc854e5feb773d1fa0fa5c2;hpb=8939ba947b65b018b80ecab3fe1366287d07d1d7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl570delta.pod b/pod/perl570delta.pod index 3d4e5e2..20abcd6 100644 --- a/pod/perl570delta.pod +++ b/pod/perl570delta.pod @@ -127,7 +127,7 @@ is a NaN. Previously the behaviour was unspecified. =item * -C can now be used to force a string to UTF8. +C can now be used to force a string to UTF-8. =item * @@ -508,7 +508,7 @@ C, C, and C now match titlecase. Concatenation with the C<.> operator or via variable interpolation, C, C, C, C, the C operator, -substitution with C, single-quoted UTF8, should now work--in +substitution with C, single-quoted UTF-8, should now work--in theory. =item * @@ -690,7 +690,7 @@ concurrently. (Still 16M per thread.) =item * -Ctmpdir()> now prefers C:/temp over /tmp +C<< File::Spec->tmpdir() >> now prefers C:/temp over /tmp (works better when perl is running as service). =item *