aboutsummaryrefslogtreecommitdiffstats
path: root/libcmap.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-12-21 18:21:03 +0100
committerMattias Andrée <m@maandree.se>2025-12-21 18:21:03 +0100
commit0c62b1520fdadde282dae113570ae5ce02000eee (patch)
treed97dce00bf9082677e2261e139719f092e686e4d /libcmap.h
parentlibcmap_find_{block,script}: clarify relationship, of the return value, to libcmap_{block,script}_list (diff)
downloadlibcmap-0c62b1520fdadde282dae113570ae5ce02000eee.tar.gz
libcmap-0c62b1520fdadde282dae113570ae5ce02000eee.tar.bz2
libcmap-0c62b1520fdadde282dae113570ae5ce02000eee.tar.xz
libcmap_script_list: clarify that each codepoint is only listed under their primary script
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--libcmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcmap.h b/libcmap.h
index 2d249c6..127ba2a 100644
--- a/libcmap.h
+++ b/libcmap.h
@@ -139,6 +139,9 @@ extern const size_t libcmap_block_list_size;
/**
* Listing of all so called scripts as divided by Unicode
*
+ * Each codepoint only appears once: under their primary
+ * script as assigned by Unicode
+ *
* The scripts are sorted, in ascending order by name,
* except "Unknown" is added as the last script
*