From ab9a94e5a343c93dfd729f4f752fe684011a615d Mon Sep 17 00:00:00 2001 From: Vlad Rusu Date: Mon, 26 Mar 2012 21:08:08 +0300 Subject: [PATCH] Updated ascii array to better support some romanian letters with diacritics Signed-off-by: Vlad Rusu --- application/config/strings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/config/strings.php b/application/config/strings.php index 50f20f2dfc5..730f973e3fb 100644 --- a/application/config/strings.php +++ b/application/config/strings.php @@ -150,10 +150,10 @@ '/п/' => 'p', '/Ŕ|Ŗ|Ř|Р/' => 'R', '/ŕ|ŗ|ř|р/' => 'r', - '/Ś|Ŝ|Ş|Š|С/' => 'S', - '/ś|ŝ|ş|š|ſ|с/' => 's', - '/Ţ|Ť|Ŧ|Т/' => 'T', - '/ţ|ť|ŧ|т/' => 't', + '/Ś|Ŝ|Ş|Ș|Š|С/' => 'S', + '/ś|ŝ|ş|ș|š|ſ|с/' => 's', + '/Ţ|Ț|Ť|Ŧ|Т/' => 'T', + '/ţ|ț|ť|ŧ|т/' => 't', '/Ù|Ú|Û|Ũ|Ū|Ŭ|Ů|Ü|Ű|Ų|Ư|Ǔ|Ǖ|Ǘ|Ǚ|Ǜ|У/' => 'U', '/ù|ú|û|ũ|ū|ŭ|ů|ü|ű|ų|ư|ǔ|ǖ|ǘ|ǚ|ǜ|у/' => 'u', '/В/' => 'V',