cldr-segments-full 40.0.0 → 42.0.0-ALPHA2-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/bower.json +2 -2
- package/package.json +2 -2
- package/segments/de/suppressions.json +1 -1
- package/segments/el/suppressions.json +1 -1
- package/segments/en/suppressions.json +1 -1
- package/segments/es/suppressions.json +1 -1
- package/segments/fi/suppressions.json +19 -0
- package/segments/fr/suppressions.json +1 -1
- package/segments/it/suppressions.json +1 -1
- package/segments/ja/suppressions.json +1 -1
- package/segments/pt/suppressions.json +1 -1
- package/segments/ru/suppressions.json +1 -1
- package/segments/sv/suppressions.json +19 -0
- package/segments/und/suppressions.json +3 -3
- package/segments/zh/suppressions.json +1 -1
- package/segments/zh-Hant/suppressions.json +1 -1
package/LICENSE
CHANGED
|
@@ -13,7 +13,7 @@ THE DATA FILES OR SOFTWARE.
|
|
|
13
13
|
|
|
14
14
|
COPYRIGHT AND PERMISSION NOTICE
|
|
15
15
|
|
|
16
|
-
Copyright © 1991-
|
|
16
|
+
Copyright © 1991-2022 Unicode, Inc. All rights reserved.
|
|
17
17
|
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
|
|
18
18
|
|
|
19
19
|
Permission is hereby granted, free of charge, to any person obtaining
|
package/bower.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cldr-segments-full",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "42.0.0-ALPHA2-0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"cldr-core": "
|
|
5
|
+
"cldr-core": "42.0.0-ALPHA2-0"
|
|
6
6
|
},
|
|
7
7
|
"description": "Text Segmentation data (complete)",
|
|
8
8
|
"homepage": "https://cldr.unicode.org",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"segments": {
|
|
3
3
|
"identity": {
|
|
4
4
|
"version": {
|
|
5
|
-
"_cldrVersion": "
|
|
5
|
+
"_cldrVersion": "42"
|
|
6
6
|
},
|
|
7
7
|
"language": "root"
|
|
8
8
|
},
|
|
@@ -557,10 +557,10 @@
|
|
|
557
557
|
"$Katakana": "\\\\p{Word_Break=Katakana}"
|
|
558
558
|
},
|
|
559
559
|
{
|
|
560
|
-
"$ALetter": "\\\\p{Word_Break=ALetter}"
|
|
560
|
+
"$ALetter": "[\\\\p{Word_Break=ALetter}@]"
|
|
561
561
|
},
|
|
562
562
|
{
|
|
563
|
-
"$MidLetter": "\\\\p{Word_Break=MidLetter}"
|
|
563
|
+
"$MidLetter": "[[\\\\p{Word_Break=MidLetter}] - [\\u003A \\uFE55 \\uFF1A]]"
|
|
564
564
|
},
|
|
565
565
|
{
|
|
566
566
|
"$MidNum": "\\\\p{Word_Break=MidNum}"
|