Accented character in src <img> tag problem

Marco_Oliva

New member
Code:
<img src="img/image.jpg" alt=""/>
No problem
Code:
<img src="img/imàgè.jpg" alt="" />
Problem

The application doesn’t show images that have got accented characters in the src path.
Any ideas to fix it? I can’t change the path and filename.

Thanks!
 
Ok, it works, but I’ve got general encoding problems. I’m trying to convert all (html, php, database) to a UTF-8 standard encoding but something works, someone else not.

Maybe it’s a bad approach.
 
Back
Top