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 --- utfebcdic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utfebcdic.h') diff --git a/utfebcdic.h b/utfebcdic.h index 9659315e8a..e47e90d7de 100644 --- a/utfebcdic.h +++ b/utfebcdic.h @@ -339,7 +339,7 @@ END_EXTERN_C #define UTF8SKIP(s) PL_utf8skip[*(U8*)s] -/* EBCDIC-happy ways of converting native code to UTF8 */ +/* EBCDIC-happy ways of converting native code to UTF-8 */ /* Native to iso-8859-1 */ #define NATIVE_TO_ASCII(ch) PL_e2a[(U8)(ch)] -- cgit v1.2.1