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

CLDR-18319 kbd: bnf: update bnf for transform ranges #4377

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Feb 14, 2025

  • Single escaped points in a range such as <transform from="[\u{127}]"/> were not supported, but they are present in the spec.

  • For example, [a-z] or [a-\u{127}] or [\u{61}-z] are all supported, just not [\u{61}] (and by extension, [a-z\u{127}] is not supported by the current BNF).

  • this PR fixes the EBNF / ABNF to allow a single escaped codepoint to be a member of the character classes.

CLDR-18319

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

- Single escaped points in a range such as <transform from="[\u{127}]"> were not supported, but they are present in the spec.
@srl295 srl295 self-assigned this Feb 14, 2025
@srl295 srl295 requested review from a team and macchiati February 17, 2025 19:22
@srl295 srl295 merged commit 13a5727 into unicode-org:main Feb 18, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants