(2012-11-17, 02:40:34)mvlcek Wrote: GetSimple already can do this automatically (for the pages):Well but afaik (and i can be wrong of course) filenames are not covered by this. Also the upload page will strip such characters when you make new folder.
just add an entry 'TRANSLITERATION' to your GetSimple language file, e.g.
As for news/blog entries - I don't know which plugins support this for their own files/URLs.Code:'TRANSLITERATION' => array("ł" => "l", "ą" => "a", "ó" => "o")
EDIT
ah, i forgot about russian and other utf characters, the dirty fix i'm using works fine for polish characters but i really have no idea how to make it work with eg. russian characters (other than storing that full names in additional xml)