Skip to content

Commit

Permalink
+~ accents
Browse files Browse the repository at this point in the history
  • Loading branch information
sutnistj committed Jun 23, 2020
1 parent 01bb8ef commit c56aa29
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions projects/uk-latin/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ var letters = {
'цц': 'tss',
'ѕѕ': 'dzz',
'џџ': 'dgg',
// with dead accents to cyrillic soft accents
'я́': 'já',
'ю́': 'jú',
'є́': 'jé',
'ї́': 'jí',
'а́': 'á',
'е́': 'é',
'и́': 'ý',
'у́': 'ú',
'і́': 'í',
'о́': 'ó',
// polisounds
'щ': 'ctc',
'ц': 'ts',
Expand Down Expand Up @@ -43,13 +54,6 @@ var letters = {
'ф': 'f',
'х': 'x',
'ш': 'c',
// with dead accents to cyrillic soft accents
'á': 'а́',
'é': 'е́',
'ý': 'и́',
'ú': 'у́',
'í': 'і́',
'ó': 'о́'
}

var soft = 'ндтѕцџчзсжшлр'
Expand Down

0 comments on commit c56aa29

Please sign in to comment.