UTF-16 on cmd.exe

后端 未结 2 1126
小鲜肉
小鲜肉 2020-11-28 13:05

I\'ve created the directory \"•◘▬¨ŤlCęół♥☺☻0\" and I would like to make it visible with dir /b command. So far, chcp 10000, chcp 10001 and chcp 65000(utf-8) commands failed(

2条回答
  •  再見小時候
    2020-11-28 13:44

    Also from Is there a Windows command shell that will display Unicode characters?

    CHCP 65001
    DIR > UTF8.TXT
    TYPE UTF8.TXT
    

提交回复
热议问题