mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-07 09:50:25 -08:00
CHAR_CODE_LIMIT is the first value after the largest character code.
This commit is contained in:
parent
7fc9ef6dfe
commit
f3377e8747
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue