Hi!
Im using Windows Vista 32bit (danish)
Installed with Zend Server CE
Now I have a filename named
æbledåseøl.jpg
This becomes
æbledåseøl.jpg
when its uploaded
I know infact thats not a unnormal problem with english programs, because the english language only have a-z letters - but lot of languages (fx. Greeze, Germany, Denmark and Sweden) have letters outside a-z.
I was experimented and trying to solve the bug.
I looked at the function
convertToFilesystemEncoding (line: 224 in connector/php5/Utils/FileSystem.php)
and trying some replaces, but it doesnt work...
Is there any other place I need to change the uploaded filename.
Im using Windows Vista 32bit (danish)
Installed with Zend Server CE
Now I have a filename named
æbledåseøl.jpg
This becomes
æbledåseøl.jpg
when its uploaded
I know infact thats not a unnormal problem with english programs, because the english language only have a-z letters - but lot of languages (fx. Greeze, Germany, Denmark and Sweden) have letters outside a-z.
I was experimented and trying to solve the bug.
I looked at the function
convertToFilesystemEncoding (line: 224 in connector/php5/Utils/FileSystem.php)
and trying some replaces, but it doesnt work...
Is there any other place I need to change the uploaded filename.
Re: Illegal file characters bug
In config.php set to the encoding that your operating system is using (CP1252 ?). Note that if you're working on Windows only during development, you should change it back to UTF-8 if you later move CKFinder to a linux server.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+