From 095193a9905caff27509a299d895d399d42c06aa Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 21 Dec 2025 14:08:57 +0100 Subject: Fix truncation issue in libcmap_sprintf_range, and add LIBCMAP_ULTIMATE_CODEPOINT and LIBCMAP_UNIVERSE_RANGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- parse-common.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'parse-common.c') diff --git a/parse-common.c b/parse-common.c index 2333a1c..4e271c6 100644 --- a/parse-common.c +++ b/parse-common.c @@ -7,6 +7,9 @@ #include +#define ULTIMATE_CODEPOINT 0x10FFFFUL + + static const char *argv0; -- cgit v1.3.1