URL being generated incorrectly

1

I have a problem where my site's images are being pulled with special characters and makes some images inaccessible.

For example: Url certain: eusou.fit/wp-content/uploads/2016/05/deltoides-quadriséries.jpg

Url generated: eusou.fit/wp-content/uploads/2016/05/deltoides-quadrisƩries.jpg

How to solve?

I manage my website in wordpress

    
asked by anonymous 19.02.2017 / 23:47

1 answer

1

Your site does not have the meta tag indicating the charset. Try to include this:

<meta charset="utf-8">

within the <head> tag and see if it works out.

    
20.02.2017 / 02:51