From f9c2e0ae36b613e7c82688f308778bd081eccc85 Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Sun, 11 Jun 2017 21:06:36 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20=D1=8C/=D0=AC=20from=20default=20mappp?= =?UTF-8?q?ing,=20add=20to=20bg-specific?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Stringy.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Stringy.php b/src/Stringy.php index 3398b09..ccb6f5a 100644 --- a/src/Stringy.php +++ b/src/Stringy.php @@ -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'] ] ];