Skip to content

Commit cebadc4

Browse files
committed
ICU-22940 MF2 ICU4C: Update for bidi support
Per unicode-org/message-format-wg#884
1 parent 376da67 commit cebadc4

File tree

8 files changed

+579
-114
lines changed

8 files changed

+579
-114
lines changed

icu4c/source/i18n/messageformat2_formatter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ namespace message2 {
4343

4444
// Parse the pattern
4545
MFDataModel::Builder tree(errorCode);
46-
Parser(pat, tree, *errors, normalizedInput).parse(parseError, errorCode);
46+
Parser(pat, tree, *errors, normalizedInput, errorCode)
47+
.parse(parseError, errorCode);
4748

4849
// Fail on syntax errors
4950
if (errors->hasSyntaxError()) {

0 commit comments

Comments
 (0)