Page 1 of 1

How to find filesystem encoding?

Posted: Mon May 25, 2009 11:44 am
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).