diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-03-24 13:14:34 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-08-29 09:56:04 -0600 |
commit | 843a4590a7379332295060c86a63b286b4676429 (patch) | |
tree | 0e03c27aea10b10852ea15ea52d09b4ee5cbbadc /utfebcdic.h | |
parent | d8f42585be563b859f319be6a4579343a0a6027a (diff) | |
download | perl-843a4590a7379332295060c86a63b286b4676429.tar.gz |
utf8.h, utfebcdic.h: Add #define
Diffstat (limited to 'utfebcdic.h')
-rw-r--r-- | utfebcdic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utfebcdic.h b/utfebcdic.h index 296700152e..54a3d2696e 100644 --- a/utfebcdic.h +++ b/utfebcdic.h @@ -750,6 +750,8 @@ END_EXTERN_C * character occupies 5 bytes, therefore this number is 15 */ #define UTF8_MAXBYTES_CASE 15 +#define MAX_UTF8_TWO_BYTE 0x3FF + /* * Local variables: * c-indentation-style: bsd |