Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    my $char = "\N{LATIN SMALL LETTER U WITH DIAERESIS}";
    binmode *STDOUT, ':encoding(UTF-8)';
    print normalize($_, $char), ' ' for qw( D C );
    
  2. or download this
    00000000: 75cc 8820 c3bc 20                        u.. ..