Help for this page

Select Code to Download


  1. or download this
    eg. MySQL für Dummies
        -------^^
    
  2. or download this
    sub encode { # UTF-8 to latin1 regex from XML::TiePYX (thanks to mirod
    +)
    my($text) = @_;
    ...
     }ge;
    return $text;
    }