How to find filesystem encoding?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bugrush
Forum Newbie
Posts: 15
Joined: Tue Dec 16, 2008 3:00 pm

How to find filesystem encoding?

Post by bugrush »

Hi! I have problems with upload forms. All my html pages are in UTF-8 and all post data is posted in UTF-8. Posted filenames are in UTF-8 but my OS(Windows) treats filenames of uploaded files as ISO-8859-1.
So how to find filesystem encoding? Or how can I set the character set of a filename(In Windows I can create files with filenames like фывпasdgää.txt).
Post Reply