From 931d3ee414b0a6174159e611aa157c30ff5daee1 Mon Sep 17 00:00:00 2001 From: Barna Szalai Date: Thu, 26 Jan 2012 15:58:00 +0100 Subject: [PATCH] =?UTF-8?q?Updated=20with=20"=C3=BC"=20and=20"=C3=9C"=20ch?= =?UTF-8?q?aracters.=20Letter=20occurs=20in=20Hungarian,=20German,=20Karel?= =?UTF-8?q?ian,=20Turkish,=20Estonian,=20Azeri,=20Turkmen=20languages.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config/strings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/strings.php b/application/config/strings.php index 3ee44f56..f2c8960c 100644 --- a/application/config/strings.php +++ b/application/config/strings.php @@ -86,8 +86,8 @@ '/ś|ŝ|ş|š|ſ|с/' => 's', '/Ţ|Ť|Ŧ|Т/' => 'T', '/ţ|ť|ŧ|т/' => 't', - '/Ù|Ú|Û|Ũ|Ū|Ŭ|Ů|Ű|Ų|Ư|Ǔ|Ǖ|Ǘ|Ǚ|Ǜ|У/' => 'U', - '/ù|ú|û|ũ|ū|ŭ|ů|ű|ų|ư|ǔ|ǖ|ǘ|ǚ|ǜ|у/' => 'u', + '/Ù|Ú|Û|Ũ|Ū|Ŭ|Ů|Ü|Ű|Ų|Ư|Ǔ|Ǖ|Ǘ|Ǚ|Ǜ|У/' => 'U', + '/ù|ú|û|ũ|ū|ŭ|ů|ü|ű|ų|ư|ǔ|ǖ|ǘ|ǚ|ǜ|у/' => 'u', '/В/' => 'V', '/в/' => 'v', '/Ý|Ÿ|Ŷ|Ы/' => 'Y',