Perl: printing Unicode strings to the Windows console

后端 未结 4 1291
独厮守ぢ
独厮守ぢ 2021-01-04 23:02

I am encountering a strange problem in printing Unicode strings to the Windows console*.

Consider this text:

אני רוצה לישון

Intermediary

היא רוצה ל         


        
4条回答
  •  一生所求
    2021-01-04 23:54

    You can also utilize Win32::Unicode::Console or Win32::Unicode::Native to achieve unicode prints on windows console.

提交回复
热议问题