-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore boundary_property when iterator reaches EOF and matches no ru…
…le (#3404) In the testcase `one.`, when we reached `e` and `.`, we must look ahead one more character to determine if it matches WB6 [1]. However, `.` and EOF doesn't match any rule, and it makes `e` and `.` matching WB999 [2] (a break) instead. We should restore `boundary_property` in this scenario. [1] https://www.unicode.org/reports/tr29/#WB6 [2] https://www.unicode.org/reports/tr29/#WB999
- ind/zerovec-derive@0.10.3
- ind/zerovec-derive@0.9.7
- ind/zerovec@0.10.4
- ind/zerovec@0.10.3
- ind/zerovec@0.9.7
- ind/icu_testdata@1.3.0
- ind/icu_segmenter@1.3.1
- ind/icu_properties@1.5.1
- ind/icu_properties@1.4.3
- ind/icu_properties@1.4.1
- ind/icu_normalizer@1.4.2
- ind/icu_normalizer@1.4.1
- ind/icu_locid_transform@1.3.1
- ind/icu_datetime@1.3.1
- ind/icu_datagen@1.4.1
- ind/icu_datagen@1.3.3
- ind/icu_compactdecimal@0.2.4
- ind/icu_collator@1.3.3
- ind/icu_casemap@1.5.1
- ind/icu_casemap@1.4.1
- ind/icu_casemap@1.3.1
- ind/icu_capi@1.5.1
- ind/icu_capi@1.4.1
- ind/icu_capi@1.3.1
- ind/icu_calendar@1.5.2
- ind/icu_calendar@1.3.1
- icu@2.0.0-beta1
- icu@1.5.0
- icu@1.4.0
- icu@1.3.2
- icu@1.3.0
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters