diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-21 18:21:03 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-21 18:21:03 +0100 |
| commit | 0c62b1520fdadde282dae113570ae5ce02000eee (patch) | |
| tree | d97dce00bf9082677e2261e139719f092e686e4d /libcmap.h | |
| parent | libcmap_find_{block,script}: clarify relationship, of the return value, to libcmap_{block,script}_list (diff) | |
| download | libcmap-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 'libcmap.h')
| -rw-r--r-- | libcmap.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 * |
