Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codepoint sets are missing entries #7

Closed
palemieux opened this issue Mar 31, 2022 · 0 comments · Fixed by #6
Closed

Codepoint sets are missing entries #7

palemieux opened this issue Mar 31, 2022 · 0 comments · Fixed by #6
Assignees
Labels
bug Something isn't working

Comments

@palemieux
Copy link
Contributor

The codepoint sets used in determining GCpy fail to include entries in http://www.unicode.org/Public/UNIDATA/Scripts.txt that do not include a range.

SCRIPT_LINE_PATTERN = re.compile(r"(?P<start>[a-fA-F0-9]{4})(?:\.\.(?P<end>[a-fA-F0-9]{4})?)\s+;\s+(?P<script>\w*)")

@palemieux palemieux self-assigned this Mar 31, 2022
@palemieux palemieux added the bug Something isn't working label Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant