(Note that perl 5 supports other encodings; see perldoc encoding, but UTF-8 is the most popular one for Unicode work and the only one I would recommend).
(注意perl5可以支持其他编码;请参阅perldocencoding,但是UTF - 8是Unicode中最流行的一种编码,我也只推荐使用这种编码)。
There are CPAN Unicode modules that work correctly with older versions of Perl as well as 5.6.0, and they should be used if appropriate.
CPAN中的Unicode模块在5.6.0以及更老的版本中都可正确运行,如果需要,可以直接使用这些模块。
Perl 6 will be designed from the ground up to handle Unicode, so we can expect level 2 and 3 support instead of the partial level 1 support Perl 5 offers.
Perl6会为了处理Unicode而从头进行设计,因此我们可以期望能够获得2级或3级的技术支持,而不像在Perl5中只提供了部分的1级支持。
Thus, Perl 6 emphasizes Unicode support from the very start.
因此,Perl6从一开始就非常重视对 Unicode 的支持。
Perl 5.8.6, as this article shows, can handle Unicode just fine.
正如本文介绍的一样,5.8.6版本的Perl可以很好地处理Unicode。
Perl 5.8.6, as this article shows, can handle Unicode just fine.
正如本文介绍的一样,5.8.6版本的Perl可以很好地处理Unicode。
应用推荐