Use of 'use utf8;' gives me 'Wide character in print'

后端 未结 6 716
孤街浪徒
孤街浪徒 2020-12-02 05:25

If I run the following Perl program:

perl -e \'use utf8; print \"鸡\\n\";\'

I get this warning:

Wide character in print at -         


        
6条回答
提交回复
热议问题