You are not logged in.
Pages: 1
Hello,
I've just started to use Xinha Editor and one of its plugins, Extendedfilemanager.
I just ran into some problems when uploading files that had for example the character "ã" in it. Strange characters would appear in the name, after uploading. I was able to fix it by changing all reference of utf to iso 8859-1 in all the plugin files.
I am now able to upload and insert images into the editor that have these characters. However, when I save and view it, in the html source code, another strange code appears instead of the character "ã". Strangely, it only happens to the NAME of the image, like in the exemple:
<img width="726" height="1024" src="/conteudos/imagens/C%E3o.jpg" alt="Cão" title="Cão" /><br />
As you see, it appears correctly in the tile and alt, but not in the src name...(which impedes it to load the correct image)
Does anyone know how to fix it?
Or at least tell me how to replace all occurrences of ã (õ, é... and so on) when uploading the image automatically?
Thanks in advance.
Offline
Check your doctype it's prolly ut8
Offline
Pages: 1