mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-03-13 17:09:49 +01:00
Remove ь/Ь from default mappping, add to bg-specific
This commit is contained in:
parent
0c0b352009
commit
f9c2e0ae36
@ -1745,7 +1745,7 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
|
||||
'w' => ['ŵ', 'ω', 'ώ', 'ဝ', 'ွ', 'w'],
|
||||
'x' => ['χ', 'ξ', 'x'],
|
||||
'y' => ['ý', 'ỳ', 'ỷ', 'ỹ', 'ỵ', 'ÿ', 'ŷ', 'й', 'ы', 'υ',
|
||||
'ϋ', 'ύ', 'ΰ', 'ي', 'ယ', 'y', 'ь', 'ъ'],
|
||||
'ϋ', 'ύ', 'ΰ', 'ي', 'ယ', 'y'],
|
||||
'z' => ['ź', 'ž', 'ż', 'з', 'ζ', 'ز', 'ဇ', 'ზ', 'z'],
|
||||
'aa' => ['ع', 'आ', 'آ'],
|
||||
'ae' => ['æ', 'ǽ'],
|
||||
@ -1816,7 +1816,7 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
|
||||
'W' => ['Ω', 'Ώ', 'Ŵ', 'W'],
|
||||
'X' => ['Χ', 'Ξ', 'X'],
|
||||
'Y' => ['Ý', 'Ỳ', 'Ỷ', 'Ỹ', 'Ỵ', 'Ÿ', 'Ῠ', 'Ῡ', 'Ὺ', 'Ύ',
|
||||
'Ы', 'Й', 'Υ', 'Ϋ', 'Ŷ', 'Y', 'Ь', 'Ъ'],
|
||||
'Ы', 'Й', 'Υ', 'Ϋ', 'Ŷ', 'Y'],
|
||||
'Z' => ['Ź', 'Ž', 'Ż', 'З', 'Ζ', 'Z'],
|
||||
'AE' => ['Æ', 'Ǽ'],
|
||||
'Ch' => ['Ч'],
|
||||
@ -1872,8 +1872,8 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
|
||||
['ae', 'oe', 'ue', 'AE', 'OE', 'UE'],
|
||||
],
|
||||
'bg' => [
|
||||
['х', 'Х', 'щ', 'Щ', 'ъ', 'Ъ'],
|
||||
['h', 'H', 'sht', 'SHT', 'a', 'А']
|
||||
['х', 'Х', 'щ', 'Щ', 'ъ', 'Ъ', 'ь', 'Ь'],
|
||||
['h', 'H', 'sht', 'SHT', 'a', 'А', 'y', 'Y']
|
||||
]
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user