aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2023-05-09 17:21:44 +0100
committerCherrypicker Worker <android-build-cherrypicker-worker@google.com>2023-05-09 16:30:18 +0000
commitb41c46cf4f3feb6c4d6bbdf86b86b5ad3fc04581 (patch)
treef04a0730c6e571cccbb7fe1bd259f9e48cf05d7d
parent9782f105ecf96af03059f2e1389f0396bf443804 (diff)
downloadcldr-b41c46cf4f3feb6c4d6bbdf86b86b5ad3fc04581.tar.gz
Cherry-pick: CLDR-16634 revert #2256 which included @ in ALetter for wordbreak (#2899)
Upstream commit: https://github.com/unicode-org/cldr/commit/a3c7158951dc9c014ee6f04c5140a732c0670efe Upsteam bug: https://unicode-org.atlassian.net/browse/CLDR-16634 Bug: 280496810 Test: treehugger (cherry picked from https://android-review.googlesource.com/q/commit:181f707effde30bc44cd150bffd800eb41dcce06) Merged-In: I78c5886fe4c8dbad1b7cb861d706c99f682aad0c Change-Id: I78c5886fe4c8dbad1b7cb861d706c99f682aad0c
-rw-r--r--common/segments/root.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/segments/root.xml b/common/segments/root.xml
index dd1d9eae..8541e031 100644
--- a/common/segments/root.xml
+++ b/common/segments/root.xml
@@ -348,7 +348,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<!-- Now normal variables -->
<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="$ALetter">\p{Word_Break=ALetter}</variable>
<variable id="$MidLetter">[[\p{Word_Break=MidLetter}] - [\u003A \uFE55 \uFF1A]]</variable>
<variable id="$MidNum">\p{Word_Break=MidNum}</variable>
<variable id="$MidNumLet">\p{Word_Break=MidNumLet}</variable>