From eaee5ffbfa85606bcf1a6c6139b4f852b10c4ad2 Mon Sep 17 00:00:00 2001 From: Remek Kasprzak Date: Wed, 5 Mar 2014 17:59:11 +0100 Subject: [PATCH] =?UTF-8?q?Polish=20letter=20=C5=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../translit/model/modx/translit/tables/noaccents.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/components/translit/model/modx/translit/tables/noaccents.php b/core/components/translit/model/modx/translit/tables/noaccents.php index 3c6f7d0..a32f62f 100644 --- a/core/components/translit/model/modx/translit/tables/noaccents.php +++ b/core/components/translit/model/modx/translit/tables/noaccents.php @@ -55,5 +55,11 @@ // added by Martin Frano 'š'=>'s', 'ž'=>'z', 'ý'=>'y', 'ô'=>'o', 'ť'=>'t', -'Š'=>'S', 'Ž'=>'Z', 'Ý'=>'Y', 'Ô'=>'O' +'Š'=>'S', 'Ž'=>'Z', 'Ý'=>'Y', 'Ô'=>'O', + +// remek + +','=>'-','!'=>'','$'=>'','#'=>'','@'=>'','*'=>'','&'=>'','%'=>'', '–' => '', +'ś'=>'s', 'Ś' => 'S' + ); \ No newline at end of file