Skip to content

Commit

Permalink
ICU-22940 MF2 ICU4C: Update for bidi support
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Nov 6, 2024
1 parent 0357501 commit 66ca99a
Show file tree
Hide file tree
Showing 8 changed files with 579 additions and 114 deletions.
3 changes: 2 additions & 1 deletion icu4c/source/i18n/messageformat2_formatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ namespace message2 {

// Parse the pattern
MFDataModel::Builder tree(errorCode);
Parser(pat, tree, *errors, normalizedInput).parse(parseError, errorCode);
Parser(pat, tree, *errors, normalizedInput, errorCode)
.parse(parseError, errorCode);

// Fail on syntax errors
if (errors->hasSyntaxError()) {
Expand Down
Loading

0 comments on commit 66ca99a

Please sign in to comment.