From ca1633c0d7f51337a4f8e23f757c7472d07ecadc 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 --- utf8.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utf8.h') diff --git a/utf8.h b/utf8.h index 72dd15f075..d5a884519e 100644 --- a/utf8.h +++ b/utf8.h @@ -8,7 +8,7 @@ */ /* Use UTF-8 as the default script encoding? - * Turning this on will break scripts having non-UTF8 binary + * Turning this on will break scripts having non-UTF-8 binary * data (such as Latin-1) in string literals. */ #ifdef USE_UTF8_SCRIPTS # define USE_UTF8_IN_NAMES (!IN_BYTES) @@ -162,7 +162,7 @@ encoded character. #define isIDFIRST_lazy(p) isIDFIRST_lazy_if(p,1) #define isALNUM_lazy(p) isALNUM_lazy_if(p,1) -/* how wide can a single UTF8 encoded character become */ +/* how wide can a single UTF-8 encoded character become */ #define UTF8_MAXLEN 13 /* how wide a character can become when upper/lowercased */ #define UTF8_MAXLEN_UCLC_MULT 3 -- cgit v1.2.1