aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libcmap_script_list: clarify that each codepoint is only listed under their primary scriptMattias Andrée2025-12-211-0/+3
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* libcmap_find_{block,script}: clarify relationship, of the return value, to libcmap_{block,script}_listMattias Andrée2025-12-211-0/+6
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add libcmap_fprint_range, libcmap_print_range, libcmap_dprint_rangeMattias Andrée2025-12-216-4/+85
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add documentationMattias Andrée2025-12-211-0/+216
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Use LIBCMAP_RANGE_SIZE, and do not *offset_out and *subrange_out when the codepoint is not foundMattias Andrée2025-12-213-8/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add LIBCMAP_RANGE_SIZEMattias Andrée2025-12-211-0/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix truncation issue in libcmap_sprintf_range, and add LIBCMAP_ULTIMATE_CODEPOINT and LIBCMAP_UNIVERSE_RANGEMattias Andrée2025-12-2113-25/+48
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add range print functionsMattias Andrée2025-12-214-1/+34
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Implement script and block listingMattias Andrée2025-12-2111-10/+618
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* First commitMattias Andrée2025-12-2013-0/+260
Signed-off-by: Mattias Andrée <m@maandree.se>