Skip to content

Commit

Permalink
CLDR-18226 Fix byn-Ethi-t-byn-latn-m0-xaleget transform (#4278)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian authored Jan 23, 2025
1 parent 6f495f7 commit 6624ba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/transforms/byn-Ethi-t-byn-latn-m0-xaleget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,16 +768,16 @@ $wordBoundary{ኦ → $ኦ ; # ETHIOPIC SYLLABLE GLOTTAL O
# Convert to dot to dot if dot is followed by a number, ellipsis, or another dot.
\. $1 ← \.([0-9….]) ;
# Convert to Ethiopic Fullstop if dot is not followed by a number or another dot.
። $1 \.([^0-9.]) ;
። $1 \.([^0-9.]) ;
\, $1 ← \,([0-9]) ;
# ፣ $1 \,([^0-9]) ;
# ፣ $1 \,([^0-9]) ;
፤ ↔ \; ;
፦ ↔ \:\- ;
# ፥ ↔ \: ;
# ፨ → "#" ;
# ፠ → \+ ;
፧ → \? ;
፡ $1 \,([^0-9]) ;
፡ $1 \,([^0-9]) ;
::Null ;
$1 $ጥበቅ ← $ጥበቅ ([ሀ-ፖ]) ;
Expand Down

0 comments on commit 6624ba8

Please sign in to comment.