caileiYanxiu
caileiYanxiu
My folder structure is like this: ├── test.pl └── 中文目录 └── 中文文件.txt It outpus correct utf8 filenames with following code (when debug, I saw it enters the `_utf8_readdir`): ```perl use...
@Leont , so what's the best way to make 3rd party package to respect of utf8::all ? It annoys to have to modify code from cpan only to enable the...
@hitobashira , the source code of utf8::all replace the readdir only for calling module which is "main" package, most of the time. actully, if you just add one line in...