X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=utfebcdic.h;h=e47e90d7de89b2c234f1e20e77162cbe5ac290ed;hb=f8f79f57f467ffff4d31dc518ce3f6d2364090a0;hp=9659315e8ae19008bf1e97d55d2fb256be459e8e;hpb=4bb101f2758f169969171dfe6b70f68a406dcc1e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/utfebcdic.h b/utfebcdic.h index 9659315..e47e90d 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)]