Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use locale;
    print uc("abcõäöüšž"), "\n";
    
  2. or download this
    # Source is UTF-8
    use utf8;
    
    # Appropriate de/encode data going through STDIN/OUT/ERR.
    use open ':std', ':locale';