I\'m writing a file manager and need to scan directories and deal with renaming files that may have multibyte characters. I\'m working on it locally on Windows/Apache PHP 5.
PHP on windows does not use the Unicode API yet. So you have to use the runtime encoding (whatever it is) to be able to deal with non ascii charset.