I have one php to read data from mysql and create one folder with one data value. This value would be simplified chinese. But creating folder (mkdir) always fails. My OS locale is Traditional Chinese.
If I want to create one folder with simplified chinese name from php and don't change OS locale, how should I do? Thanks.
Create folder with simplified-chinese name?
Moderator: General Moderators
Re: Create folder with simplified-chinese name?
What's your OS?
Re: Create folder with simplified-chinese name?
My OS is Windows server 2008.
Re: Create folder with simplified-chinese name?
You're out of luck then. Last time I checked PHP could neither create nor natively access files containing NLS characters. The only way to even read the NLS filename properly was to use COM.My OS is Windows server 2008.