Hello Folks, I have the following problem.
I'm using ckfinder 1.4 together with ckeditor 3.0 on a german website.
The php server has iconv enabled and is set to "ISO-8859-1".
The website charcterset is set to "ISO-8859-1".
In ckfinder I changed $config["FilesystemEncoding"] to "ISO-8859-1".
If I select a file from the server (e.g. /userfiles/ö/test.pdf) I would expect to get:
/userfiles/%F6/test.pdf
but instead I'm getting:
/userfiles/%C3%B6/test.pdf
whats wrong?
Thanks in advance, tobi
I'm using ckfinder 1.4 together with ckeditor 3.0 on a german website.
The php server has iconv enabled and is set to "ISO-8859-1".
The website charcterset is set to "ISO-8859-1".
In ckfinder I changed $config["FilesystemEncoding"] to "ISO-8859-1".
If I select a file from the server (e.g. /userfiles/ö/test.pdf) I would expect to get:
/userfiles/%F6/test.pdf
but instead I'm getting:
/userfiles/%C3%B6/test.pdf
whats wrong?
Thanks in advance, tobi
Re: Encoding with german Umlaute
Re: Encoding with german Umlaute
I used ISO-8859-1 because I didnt needed unicode support. And to change the whole application including database backend to UTF-8 is a huge effort. Until now I worked with fckeditor 2.2 and it worked fine, except that some users (Firefox 3.5) have problems with the link manager. So I need to update.
Re: Encoding with german Umlaute
Please check HTTPd docs then. It should work out of the box. As far as a I know.