1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-06 13:26:40 +02:00

Update mapping of ЬЪ/ьъ from latin B/b to Y/y

This commit is contained in:
Daniel St. Jules
2017-06-11 20:55:10 -04:00
parent f0a5c0ec80
commit 0c0b352009

View File

@@ -1745,7 +1745,7 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
'w' => ['ŵ', 'ω', 'ώ', '', 'ွ', ''],
'x' => ['χ', 'ξ', ''],
'y' => ['ý', 'ỳ', 'ỷ', 'ỹ', 'ỵ', 'ÿ', 'ŷ', 'й', 'ы', 'υ',
'ϋ', 'ύ', 'ΰ', 'ي', 'ယ', ''],
'ϋ', 'ύ', 'ΰ', 'ي', 'ယ', '', 'ь', 'ъ'],
'z' => ['ź', 'ž', 'ż', 'з', 'ζ', 'ز', 'ဇ', 'ზ', ''],
'aa' => ['ع', 'आ', 'آ'],
'ae' => ['æ', 'ǽ'],
@@ -1816,7 +1816,7 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
'W' => ['Ω', 'Ώ', 'Ŵ', ''],
'X' => ['Χ', 'Ξ', ''],
'Y' => ['Ý', 'Ỳ', 'Ỷ', 'Ỹ', 'Ỵ', 'Ÿ', 'Ῠ', 'Ῡ', 'Ὺ', 'Ύ',
'Ы', 'Й', 'Υ', 'Ϋ', 'Ŷ', '', 'Ъ', 'Ь'],
'Ы', 'Й', 'Υ', 'Ϋ', 'Ŷ', '', 'Ь', 'Ъ'],
'Z' => ['Ź', 'Ž', 'Ż', 'З', 'Ζ', ''],
'AE' => ['Æ', 'Ǽ'],
'Ch' => ['Ч'],