in reply to Re: how to read unicode filename
in thread how to read unicode filename
it not even recognise the chinese directory . And the output isopen output,">:utf8","D:\\directory1\\output.doc" or die "Couldn't ope +n STDOUT: $!"; opendir DIR,"D:/directory1" or print " \ncould not open the directory +: $!"; print OUTPUT "\nreading the list from the directory\n"; while ($list=readdir DIR) { if(-d $list) { print OUTPUT "$list\n"; } }
both thes directories contains only english letters. But the directories containing chinese letters is not displayed in that output file.. .. directory1 directory2
|
---|