Skip to content

Commit

Permalink
CLDR-17126 Update CLDR segment tailorings to reflect ICU 74 word brea…
Browse files Browse the repository at this point in the history
…k changes (#3289)
  • Loading branch information
pedberg-icu authored Sep 28, 2023
1 parent 2aa2275 commit 31aa6d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion common/segments/en_US_POSIX.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ For terms of use, see http://www.unicode.org/copyright.html
<segmentation type="WordBreak">
<variables>
<variable id="$MidNumLet">[[$MidNumLet]-[.]]</variable>
<variable id="$MidLetter">[[$MidLetter]-[\:]]</variable>
<variable id="$MidNum">[[$MidNum] [.]]</variable>
</variables>
</segmentation>
Expand Down
2 changes: 1 addition & 1 deletion common/segments/root.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<variable id="$Format">[\p{Word_Break=Format}]</variable>
<variable id="$Katakana">\p{Word_Break=Katakana}</variable>
<variable id="$ALetter">\p{Word_Break=ALetter}</variable>
<variable id="$MidLetter">\p{Word_Break=MidLetter}</variable>
<variable id="$MidLetter">[\p{Word_Break = MidLetter} - [\: \uFE55 \uFF1A]]</variable>
<variable id="$MidNum">\p{Word_Break=MidNum}</variable>
<variable id="$MidNumLet">\p{Word_Break=MidNumLet}</variable>
<variable id="$Numeric">\p{Word_Break=Numeric}</variable>
Expand Down

0 comments on commit 31aa6d9

Please sign in to comment.