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