示例#1
0
<?php
    error_reporting(E_STRICT);
    $time_start = microtime(true);

    $text = 'بسم الله الرحمن الرحيم';

    include('../Arabic.php');
    $Arabic = new Arabic('ArCharsetC');
    
    $Arabic->setInputCharset('utf-8');
    if (isset($_GET['charset'])){
        $Arabic->setOutputCharset($_GET['charset']);
    }
    
    $charset = $Arabic->getOutputCharset();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>Arabic Character Set Converter</title>
<meta http-equiv="Content-Type" content="text/html;charset=<?php echo $charset; ?>" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
</head>

<body>

<div class="Paragraph" dir="rtl">
<h2 dir="ltr">Example Output:</h2>
<font face="Tahoma" size="2">
<a href="ArCharsetC.php?charset=windows-1256">Windows-1256</a> |