pages: Translate Special Characters
This addresses issue #3842 where special characters in a Page name causes a 403 or 404 error. This adds a method to convert the special characters to html entities and then removes the entity suffixes leaving only un-accented characters behind. (e.g. 'ã' => 'ã' => 'a')
Please register or sign in to comment