Skip to content
  • JediKev's avatar
    2928f162
    pages: Translate Special Characters · 2928f162
    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')
    2928f162
    pages: Translate Special Characters
    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')
Loading