Skip to content

Commit

Permalink
CLDR-17987 Add Coptic locale
Browse files Browse the repository at this point in the history
  • Loading branch information
conradarcturus committed Sep 30, 2024
1 parent 1eadcf9 commit a8b3052
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
22 changes: 22 additions & 0 deletions common/main/cop.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" ?>

Check failure on line 1 in common/main/cop.xml

View workflow job for this annotation

GitHub Actions / check

illegal number format

Error: Illegal value <null> at //ldml/numbers/symbols[@numbersystem='copt']/decimal

Check failure on line 1 in common/main/cop.xml

View workflow job for this annotation

GitHub Actions / check

illegal number format

Error: Illegal value <null> at //ldml/numbers/symbols[@numbersystem='copt']/decimal
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision$"/>
<language type="cop"/>
</identity>
<characters>
<exemplarCharacters>[ⲁ ⲃ ⲅ ⲇ ⲉ ⲋ ⲍ ⲏ ⲑ ⲓ ⲕ ⲗ ⲙ ⲛ ⲝ ⲟ ⲡ ⲣ ⲥ ⲧ ⲩ ⲫ ⲭ ⲯ ⲱ ϣ ϥ ϧ ϩ ϫ ϭ ϯ]</exemplarCharacters>
<exemplarCharacters type="auxiliary">[ⳤ ⳥ ⳦ ⳧ ⳨ ⳩ ⳪]</exemplarCharacters>
<exemplarCharacters type="numbers">[ⲁ ⲃ ⲅ ⲇ ⲉ ⲋ ⲍ ⲏ ⲑ ⲓ ⲕ ⲗ ⲙ ⲛ ⲝ ⲟ ⲡ ⲣ ⲥ ⲧ ⲩ ⲫ ⲭ ⲯ ⲱ ϣ ϥ ϧ ϩ ϫ ϭ ϯ 𐋠–𐋻]</exemplarCharacters>

Check failure on line 16 in common/main/cop.xml

View workflow job for this annotation

GitHub Actions / check

illegal characters in exemplars

Error: Should be limited to (specific-script - invisibles); thus not contain: ‎[\U000102E0]‎
<exemplarCharacters type="punctuation">[. , : ⳾ ⳿ ⳹ ⳼ ( ) – ⸗ ; ︦]</exemplarCharacters>

Check failure on line 17 in common/main/cop.xml

View workflow job for this annotation

GitHub Actions / check

illegal characters in exemplars

Error: Should be limited to punctuation; thus not contain: ‎[\uFE26]‎
</characters>
<numbers>
<defaultNumberingSystem>copt</defaultNumberingSystem>
</numbers>
</ldml>
14 changes: 14 additions & 0 deletions common/main/cop_EG.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
-->
<ldml>
<identity>
<version number="$Revision$"/>
<language type="cop"/>
<territory type="EG"/>
</identity>
</ldml>
1 change: 1 addition & 0 deletions common/supplemental/numberingSystems.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<numberingSystem id="brah" type="numeric" digits="&#x11066;&#x11067;&#x11068;&#x11069;&#x1106A;&#x1106B;&#x1106C;&#x1106D;&#x1106E;&#x1106F;"/>
<numberingSystem id="cakm" type="numeric" digits="&#x11136;&#x11137;&#x11138;&#x11139;&#x1113A;&#x1113B;&#x1113C;&#x1113D;&#x1113E;&#x1113F;"/>
<numberingSystem id="cham" type="numeric" digits="꩐꩑꩒꩓꩔꩕꩖꩗꩘꩙"/>
<numberingSystem id="copt" type="numeric" digits="ⲁⲃⲅⲇⲉⲋⲍⲏⲑⲓ"/>
<numberingSystem id="cyrl" type="algorithmic" rules="cyrillic-lower"/>
<numberingSystem id="deva" type="numeric" digits="०१२३४५६७८९"/>
<numberingSystem id="diak" type="numeric" digits="&#x11950;&#x11951;&#x11952;&#x11953;&#x11954;&#x11955;&#x11956;&#x11957;&#x11958;&#x11959;"/>
Expand Down

0 comments on commit a8b3052

Please sign in to comment.