Help for this page

Select Code to Download


  1. or download this
    use utf8;  chr(192) =~ /\w/;
    
  2. or download this
    foreach (90, 192, 257, 0x263a) { print "$_ - ", join ('.',unpack('C*',
    +chr($_))),"\n" }