1
0
Fork
You've already forked libcmap
0
Work in progress
  • C 88.5%
  • Makefile 11.5%
Find a file
Mattias Andrée 6139ee872d
Style improvement
Signed-off-by: Mattias Andrée <m@maandree.se>
2026年06月07日 14:15:56 +02:00
mk First commit 2025年12月20日 06:49:30 +01:00
.gitignore Implement script and block listing 2025年12月21日 09:53:48 +01:00
Blocks.parse.c Style improvement 2026年06月07日 14:15:56 +02:00
common.h Add libcmap_fprint_range, libcmap_print_range, libcmap_dprint_range 2025年12月21日 15:16:39 +01:00
config.mk Implement script and block listing 2025年12月21日 09:53:48 +01:00
libcmap.h Style improvement 2026年06月07日 14:15:56 +02:00
libcmap_block_list.c Fix truncation issue in libcmap_sprintf_range, and add LIBCMAP_ULTIMATE_CODEPOINT and LIBCMAP_UNIVERSE_RANGE 2025年12月21日 14:13:45 +01:00
libcmap_dprint_range.c Add libcmap_fprint_range, libcmap_print_range, libcmap_dprint_range 2025年12月21日 15:16:39 +01:00
libcmap_find_block.c Use LIBCMAP_RANGE_SIZE, and do not *offset_out and *subrange_out when the codepoint is not found 2025年12月21日 15:01:37 +01:00
libcmap_find_in_no_block.c Use LIBCMAP_RANGE_SIZE, and do not *offset_out and *subrange_out when the codepoint is not found 2025年12月21日 15:01:37 +01:00
libcmap_find_script.c Use LIBCMAP_RANGE_SIZE, and do not *offset_out and *subrange_out when the codepoint is not found 2025年12月21日 15:01:37 +01:00
libcmap_fprint_range.c Add libcmap_fprint_range, libcmap_print_range, libcmap_dprint_range 2025年12月21日 15:16:39 +01:00
libcmap_print_range.c Add libcmap_fprint_range, libcmap_print_range, libcmap_dprint_range 2025年12月21日 15:16:39 +01:00
libcmap_script_list.c Fix truncation issue in libcmap_sprintf_range, and add LIBCMAP_ULTIMATE_CODEPOINT and LIBCMAP_UNIVERSE_RANGE 2025年12月21日 14:13:45 +01:00
libcmap_snprint_range.c Fix truncation issue in libcmap_sprintf_range, and add LIBCMAP_ULTIMATE_CODEPOINT and LIBCMAP_UNIVERSE_RANGE 2025年12月21日 14:13:45 +01:00
libcmap_sprint_range.c Fix truncation issue in libcmap_sprintf_range, and add LIBCMAP_ULTIMATE_CODEPOINT and LIBCMAP_UNIVERSE_RANGE 2025年12月21日 14:13:45 +01:00
LICENSE Style improvement 2026年06月07日 14:15:56 +02:00
LICENSE.UNICODE Implement script and block listing 2025年12月21日 09:53:48 +01:00
Makefile fix makefile: download selected versions of unicode files 2025年12月30日 17:20:16 +01:00
parse-common.c Style improvement 2026年06月07日 14:15:56 +02:00
README First commit 2025年12月20日 06:49:30 +01:00
Scripts.parse.c Style improvement 2026年06月07日 14:15:56 +02:00

NAME
	libcmap - Unicode character data library
SYNOPSIS
	#include <libcmap.h>
	Link with -lcmap.
DESCRIPTION
	The libcmap library provides data about characters in the
	Unicode Character Set.
SEE ALSO
	libgrapheme(7)