Help for this page

Select Code to Download


  1. or download this
    use open ':std', ':locale';
    use charnames ':full';
    ...
        "\N{LATIN CAPITAL LETTER E WITH ACUTE}";
    print($word, "\n");
    print(ucfirst(lc($word)), "\n");
    
  2. or download this
    utf8::upgrade( $word );