From 1e54db1a8aea187ba2e790aca2ab81fab24ff92d Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 12 Sep 2003 17:59:25 +0000 Subject: It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, since that would break a lot of code.) Also few stray UTF16s, UTF32s, and "encoded in Unicode". p4raw-id: //depot/perl@21198 --- pod/perl570delta.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pod/perl570delta.pod') 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 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 * -- cgit v1.2.1