开发者

filename encoding on server

开发者 https://www.devze.com 2023-01-07 04:51 出处:网络
another encoding question. On my server, I want to have the possibility of having mp3-files with utf-encoded filenames, for exampe Начало.mp3 .

another encoding question.

On my server, I want to have the possibility of having mp3-files with utf-encoded filenames, for exampe Начало.mp3 .

Now when I save (or rename via my FTP client) a file to Начало.mp3, after refreshing, this file will automatically be renamed to ??????.mp3.

I added a htaccess to both开发者_如何学C the parent and the directory itself, with an AddDefaultCharSet utf-8 , but the problem stays the same.

Any ideas?

Greetz and thanks

Maenny


I am in agreement with Vinko, might be a hosting issue, but you can also check your FTP client utf8 mode... If nothing else you can delete, rename locally and upload the file again.

0

精彩评论

暂无评论...
验证码 换一张
取 消