Help for this page

Select Code to Download


  1. or download this
    foreach $val (keys %char2entity) {
        print "<br>$val => $char2entity{$val}\n";
    }
    
  2. or download this
    ...
    <br>@ => &#64;
    ...
    <br>. => &#46;
    
  3. or download this
    encode($string, \000-\377)