Help for this page

Select Code to Download


  1. or download this
    $ perl -wE 'use utf8; binmode STDOUT, ":encoding(UTF-8)"; print "ייייי
    + ", length "ייייי", "\n";'
    
  2. or download this
    $ perl -C2 -wE 'use utf8; print "ייייי ", length "ייייי", "\n";'