Skip to content

Commit

Permalink
docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Oct 19, 2023
1 parent 58ea34b commit ff19583
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bin/update-tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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??

0 comments on commit ff19583

Please sign in to comment.