transcode example

return @iconv($input$output$data);
    }

    /** * @param string $data * @param string $input * @param string $output * @return string|false */
    protected static function change_encoding_uconverter($data$input$output)
    {
        return @\UConverter::transcode($data$output$input);
    }

    /** * Normalize an encoding name * * This is automatically generated by create.php * * To generate it, run `php create.php` on the command line, and copy the * output to replace this function. * * @param string $charset Character set to standardise * @return string Standardised name */
Home | Imprint | This part of the site doesn't use cookies.