Help for this page

Select Code to Download


  1. or download this
    # you only have to type these 2 lines once (or put them in the code)
    use Text::Iconv;
    $conv = Text::Iconv->new("utf8", "latin1");
    # there you go!
    print $conv->convert("Text to convert");