Help for this page

Select Code to Download


  1. or download this
    $ perl -CS -wE'no  feature qw( unicode_strings ); $_="\xEB"; utf8::dow
    +ngrade($_); say /\w/||0; say uc;'
    0
    ...
    $ perl -CS -wE'use feature qw( unicode_strings ); $_="\xEB"; utf8::upg
    +rade($_);   say /\w/||0; say uc;'
    1
    Ë
    
  2. or download this
    $ corelist -a Unicode
    
    ...
      v5.13.2    5.2.0     
      v5.13.3    5.2.0     
      v5.13.4    5.2.0