diff --git a/src/h/config.h.in b/src/h/config.h.in index c4f5b8265..f77d961f9 100644 --- a/src/h/config.h.in +++ b/src/h/config.h.in @@ -100,7 +100,7 @@ typedef unsigned @CL_FIXNUM_TYPE@ cl_hashkey; * The character type */ #ifdef ECL_UNICODE -#define CHAR_CODE_LIMIT 1114111 /* unicode character code limit */ +#define CHAR_CODE_LIMIT 1114112 /* unicode character code limit */ #else #define CHAR_CODE_LIMIT 256 /* unicode character code limit */ #endif