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

Add ў and Ў to charsArray

This commit is contained in:
Daniel St. Jules
2017-03-02 15:33:26 -05:00
parent 986260239d
commit e8afcffc7c

View File

@@ -1725,7 +1725,8 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
'თ', 'ტ', ''),
'u' => array('ú', 'ù', 'ủ', 'ũ', 'ụ', 'ư', 'ứ', 'ừ', 'ử', 'ữ',
'ự', 'û', 'ū', 'ů', 'ű', 'ŭ', 'ų', 'µ', 'у', 'ဉ',
'ု', 'ူ', 'ǔ', 'ǖ', 'ǘ', 'ǚ', 'ǜ', 'უ', 'उ', ''),
'ု', 'ူ', 'ǔ', 'ǖ', 'ǘ', 'ǚ', 'ǜ', 'უ', 'उ', '',
'ў'),
'v' => array('в', 'ვ', 'ϐ', ''),
'w' => array('ŵ', 'ω', 'ώ', '', 'ွ', ''),
'x' => array('χ', 'ξ', ''),
@@ -1798,7 +1799,7 @@ class Stringy implements Countable, IteratorAggregate, ArrayAccess
'T' => array('Ť', 'Ţ', 'Ŧ', 'Ț', 'Т', 'Τ', ''),
'U' => array('Ú', 'Ù', 'Ủ', 'Ũ', 'Ụ', 'Ư', 'Ứ', 'Ừ', 'Ử', 'Ữ',
'Ự', 'Û', 'Ū', 'Ů', 'Ű', 'Ŭ', 'Ų', 'У', 'Ǔ', 'Ǖ',
'Ǘ', 'Ǚ', 'Ǜ', ''),
'Ǘ', 'Ǚ', 'Ǜ', '', 'Ў'),
'V' => array('В', ''),
'W' => array('Ω', 'Ώ', 'Ŵ', ''),
'X' => array('Χ', 'Ξ', ''),