• Resolved maddaze

    (@maddaze)


    Just ran into a problem with French diacritical marks in photo titles. The fix was to add the following line to WikiWP’s functions.php file:
    add_filter(‘sanitize_file_name’, ‘remove_accents’ );

    I suggest the line goes into the next release of WikiWP, at least until WP to the point of using UTF8 everywhere.

    Harvey

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Accents in photo titles’ is closed to new replies.