diff options
Diffstat (limited to 'pod/perl570delta.pod')
-rw-r--r-- | pod/perl570delta.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl570delta.pod b/pod/perl570delta.pod index 70425efc3e..20abcd6b9c 100644 --- a/pod/perl570delta.pod +++ b/pod/perl570delta.pod @@ -127,7 +127,7 @@ is a NaN. Previously the behaviour was unspecified. =item * -C<pack('U0a*', ...)> can now be used to force a string to UTF8. +C<pack('U0a*', ...)> can now be used to force a string to UTF-8. =item * @@ -508,7 +508,7 @@ C<IsAlnum>, C<IsAlpha>, and C<IsWord> now match titlecase. Concatenation with the C<.> operator or via variable interpolation, C<eq>, C<substr>, C<reverse>, C<quotemeta>, the C<x> operator, -substitution with C<s///>, single-quoted UTF8, should now work--in +substitution with C<s///>, single-quoted UTF-8, should now work--in theory. =item * |