From ff19583bf01f55efbd87ff5ec579d7063b8b84f7 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Thu, 19 Oct 2023 18:00:53 -0400 Subject: [PATCH] docfix --- bin/update-tables.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/update-tables.py b/bin/update-tables.py index 52808ae..b8fa310 100644 --- a/bin/update-tables.py +++ b/bin/update-tables.py @@ -344,7 +344,11 @@ def fetch_table_wide_data() -> UnicodeTableRenderCtx: def fetch_table_zero_data() -> UnicodeTableRenderCtx: - """Fetch and update zero width tables.""" + """ + Fetch and update zero width tables. + + See also: https://unicode.org/L2/L2002/02368-default-ignorable.html + """ table: dict[UnicodeVersion, TableDef] = {} for version in fetch_unicode_versions(): # Determine values of zero-width character lookup table by the following category codes @@ -485,5 +489,3 @@ def get_codegen_definitions() -> Iterator[RenderDefinition]: if __name__ == '__main__': main() - -# TODO https://unicode.org/L2/L2002/02368-default-ignorable.html, parse??