X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/f98fcddbd5762e3f3a24ad71dca37f7a05fbe3d9..132a5a4a47f9dbc7c52ee15234d70258c59ccf8e:/lib/unidata.h diff --git a/lib/unidata.h b/lib/unidata.h index 67f9630..86f5fee 100644 --- a/lib/unidata.h +++ b/lib/unidata.h @@ -1,4 +1,10 @@ -/* Automatically generated file, see scripts/make-unidata */ +/** @file lib/unidata.h + * @brief Unicode tables + * + * Automatically generated file, see scripts/make-unidata + * + * DO NOT EDIT. + */ #ifndef UNIDATA_H #define UNIDATA_H enum unicode_General_Category { @@ -81,6 +87,7 @@ enum unicode_flags { struct unidata { const uint32_t *decomp; const uint32_t *casefold; + const uint32_t *composed; unsigned char ccc; char general_category; uint8_t flags;