-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLDR-17843 Properly escape curly braces in ug.xml
- Loading branch information
1 parent
da4267f
commit c7842a8
Showing
1 changed file
with
1 addition
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1157,7 +1157,7 @@ Reviewed by Waris Abdukerim Janbaz <[email protected]> of the Uyghur Computer Sci | |
<exemplarCharacters type="auxiliary">[\u200E\u200F ئ]</exemplarCharacters> | ||
<exemplarCharacters type="index" draft="contributed">[{ئا} {ئه} {ئو} {ئۇ} {ئۆ} {ئۈ} {ئې} {ئى} ا ە ب پ ت ج چ خ د ر ز ژ س ش غ ف ق ك گ ڭ ل م ن ھ و ۇ ۆ ۈ ۋ ې ى ي]</exemplarCharacters> | ||
<exemplarCharacters type="numbers">↑↑↑</exemplarCharacters> | ||
<exemplarCharacters type="punctuation">[\- ‑ , ; : ! ? . ( ) \[ \] { } ‹ › « »]</exemplarCharacters> | ||
<exemplarCharacters type="punctuation">[\- ‑ , ; : ! ? . ( ) \[ \] \{ \} ‹ › « »]</exemplarCharacters> | ||
</characters> | ||
<delimiters> | ||
<quotationStart draft="contributed">»</quotationStart> | ||
|