Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    use strict;
    ...
    00A0 00A1 00A2 00A3 00A4 00A5 00A6 00A7 00A8 00A9 00AA 00AB 00AC 00AD 
    00AE 00AF 00B0 00B1 00B2 00B3 00B4 00B5 00B6 00B7 00B8 00B9 00BA 00BB 
    +00BC 
    00BD 00BE 00BF 00D7 00E6 00E7 00F0 00F7 00F8 0127 0131 014B 0153 0192 
    +019B
    
  2. or download this
    my @hex = (
        0x000a0 .. 0x000bf,
        0x000d7 .. 0x000d7,
    ...
        0x00192 .. 0x00192,
        0x0019b .. 0x0019b,
        );