Skip to content

Commit

Permalink
adjust the transliteration
Browse files Browse the repository at this point in the history
  • Loading branch information
alpancs committed Mar 20, 2024
1 parent 7b5d07d commit e08fb19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/quranize/transliterations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ pub(super) fn contextual_map(c0: char, c1: char) -> &'static [&'static str] {
| (LETTER_HAMZA, LETTER_ALEF)
| (LETTER_ALEF, LETTER_LAM)
| (LETTER_AIN, LETTER_WAW)
| (LETTER_AIN, LETTER_YEH)
| (LETTER_AIN, LETTER_SUPERSCRIPT_ALEF)
| (LETTER_WAW, LETTER_ALEF)
| (FATHATAN, LETTER_ALEF)
Expand Down

0 comments on commit e08fb19

Please sign in to comment.