I have thousands of images stored on multiple folders on a Godaddy shared-hosting server. And I have a site with an image gallery pointing to this images. The problem I have is that a big bunch of images are stored with names containing special spanish characters (á, é, í, ó, ú, ñ).
The complete list of file names are stored on a MySql table, so the gallery will view the images in response to the query made on MySql. In other words, MySql says which images will open depending on the query result.
Everything works fine, except with the images stored with this special characters, they don't show up, because the browser looks for the image with some sort of encoding and will not match the real file name resulting on a broken image.
Is there a workaround for this? I mean, renaming all the images seems impossible since there are too many.
Appreciate any help.