2012-11-17, 02:40:34
(2012-11-17, 02:10:27)v3par Wrote: so what i curently do is to replace all multingual characters (in my case polish ones) like this: "ł => l", "ą => a", "ó => o" which would give me above permalink like this:
GetSimple already can do this automatically (for the pages):
just add an entry 'TRANSLITERATION' to your GetSimple language file, e.g.
Code:
'TRANSLITERATION' => array("ł" => "l", "ą" => "a", "ó" => "o")