Unicode Support in Various Programming Languages

后端 未结 20 1975
醉话见心
醉话见心 2020-12-13 13:31

I\'d like to have a canonical place to pool information about Unicode support in various languages. Is it a part of the core language? Is it provided in libraries? Is it not

20条回答
  •  粉色の甜心
    2020-12-13 14:08

    Perl

    Perl has built-in Unicode support, mostly. Sort of. From perldoc:

    • perlunitut - Tutorial on using Unicode in Perl. Largely teaches in absolute terms about what you should and should not do as far as Unicode. Covers basics.
    • perlunifaq - Frequently asked questions about Unicode in Perl.
    • perluniintro - Introduction to Unicode in Perl. Less "preachy" than perlunitut.
    • perlunicode - For when you absolutely have to know everything there is to know about Unicode and Perl.

提交回复
热议问题