Merge pull request #115121 from Chubercik/unicode_17.0.0
Update various Unicode-related files to version 17.0.0
This commit is contained in:
commit
64b962215d
6 changed files with 149 additions and 62 deletions
|
|
@ -16,7 +16,7 @@ if __name__ == "__main__":
|
|||
|
||||
from methods import generate_copyright_header
|
||||
|
||||
URL: Final[str] = "https://www.unicode.org/Public/16.0.0/ucd/DerivedCoreProperties.txt"
|
||||
URL: Final[str] = "https://www.unicode.org/Public/17.0.0/ucd/DerivedCoreProperties.txt"
|
||||
|
||||
|
||||
xid_start: list[tuple[int, int]] = []
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ if __name__ == "__main__":
|
|||
|
||||
from methods import generate_copyright_header
|
||||
|
||||
URL: Final[str] = "https://www.unicode.org/Public/16.0.0/ucd/UnicodeData.txt"
|
||||
URL: Final[str] = "https://www.unicode.org/Public/17.0.0/ucd/UnicodeData.txt"
|
||||
|
||||
|
||||
lower_to_upper: list[tuple[str, str]] = []
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ if __name__ == "__main__":
|
|||
|
||||
from methods import generate_copyright_header
|
||||
|
||||
URL: Final[str] = "https://www.unicode.org/Public/16.0.0/ucd/Blocks.txt"
|
||||
URL: Final[str] = "https://www.unicode.org/Public/17.0.0/ucd/Blocks.txt"
|
||||
|
||||
|
||||
ranges: list[tuple[str, str, str]] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue