Tim Chevalier
Tim Chevalier
DRAFT wip, do not review, depends on https://github.com/unicode-org/icu/pull/3063 ##### Checklist - [ ] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-_____ - [ ] Required: The PR title must be prefixed with a JIRA...
The tests in this PR are also included in [a PR against the MF2 spec](https://github.com/unicode-org/message-format-wg/pull/902). However, some editing will have to occur unless https://github.com/unicode-org/icu/pull/3198 (matching on variables instead of expressions)...
This PR updates the user guide for MF2, moving statements into the present tense instead of future tense. It also adds a section on ICU4C that, for now, links out...
This PR adds NFC normalization of variable names and `.match` keys, consistent with the spec change in https://github.com/unicode-org/message-format-wg/pull/885. The tests added by this PR are also in a PR against...
DRAFT, do not review #### Checklist - [x] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-22939 - For minor changes you can use one of the following per-release tickets: - ICU 77 code warnings/version...
Updating the spec tests requires two implementation changes: * Match on variables rather than expressions -- see https://github.com/unicode-org/message-format-wg/pull/877 * Require attribute values to be literals (if present) -- see https://github.com/unicode-org/message-format-wg/pull/894...
#### Checklist - [x] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-22907 - For minor changes you can use one of the following per-release tickets: - ICU 77 code warnings/version updates: ICU-22920 — Fix...
This is from https://github.com/unicode-org/message-format-wg/wiki/Things-That-Need-Doing . I didn't see an existing issue for it. Full test coverage is probably impossible given the size of the grammar. But there are a couple...