Closed Spica2 closed 11 years ago
what language are you using? for quick fix, do you mind to list the non-ASCII characters of your language?
language is de with äüöß
for the frontend I made a modifier for [[+fd.filename:latin2utf8]] ```return utf8_decode($input);´´´ which gives the right characters. But this does not work out for [[+fd.url]] when it got hashed.
for this case, I suggest to use &directLink=1
so no hash will be used
But. Isn't modx based on utf8? Why are utf8-filenames not fully supported? &directLink=1 does not solve the problem, because foldernames are still geting hashed.
Special Characters as ü or ä will be converted in latin on server for folder- or filenames. In diplayed links in the frontend and foldernames it is not displayed correct.