diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-17 17:44:16 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-17 17:44:16 +0000 |
commit | d742c382eed38a7010c93d369ad6896d826c21d6 (patch) | |
tree | 1335117a4c19316510dfc6f57f1f626fe80063b9 /utf8.h | |
parent | 73d6d5898f99c77c19a56e8934a3f0d8ab9918b8 (diff) | |
download | perl-d742c382eed38a7010c93d369ad6896d826c21d6.tar.gz |
Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
p4raw-id: //depot/perlio@9184
Diffstat (limited to 'utf8.h')
-rw-r--r-- | utf8.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -154,3 +154,4 @@ END_EXTERN_C #define ASCII_TO_NEED(enc,ch) (ch) #endif +#define UTF8_IS_INVARIANT(c) UTF8_IS_ASCII(c) |