-
JediKev authored
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')
JediKev authoredThis 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')
Loading