Working with Japanese filenames in PHP 5.3 and Windows Vista?

Posted by Jon on Stack Overflow See other posts from Stack Overflow or by Jon
Published on 2010-05-22T11:38:07Z Indexed on 2010/05/22 11:40 UTC
Read the original article Hit count: 138

Filed under:
|
|
|
|

I'm currently trying to write a simple script that looks in a folder, and returns a list of all the file names in an RSS feed. However I've hit a major wall... Whenever I try to read filenames with Japanese characters in them, it shows them as ?'s. I've tried the solutions mentioned here: http://stackoverflow.com/questions/482342/php-readdir-problem-with-japanese-language-file-name - however they do not work for some reason, even with: header('Content-Type: text/html; charset=UTF-8'); setlocale(LC_ALL, 'en_US.UTF8'); mb_internal_encoding("UTF-8");

At the top (Exporting as plain text until I can sort this out).

What can I do? I need this to work and I don't have much time.

© Stack Overflow or respective owner

Related posts about php

Related posts about Windows