ホームページ >php教程 >php手册 >PHPでの漢字変換:GBK->Big5

PHPでの漢字変換:GBK->Big5

WBOY
WBOYオリジナル
2016-06-21 09:06:15947ブラウズ

漢字|変換

phpでの漢字変換は昔から面倒でした

まず、2つの点があります:
1 GBKの繁体字中国語文字はBig5ではありませんが、一般的に繁体字中国語文字は対応するBigコードを持っています
2対応する Big5 コードが存在するとは限らないため、このクラスには 3 つの組み込み関数が含まれています。つまり、元のドキュメントのバックアップです)

qswhBig5.phpここから
http://www.blueidea.com/user/qswh/qswhBig5.zip

class qswhBig5{ var $qswhData ;
function qswhBig5($filename="qswhBig5.php"){
$this->qswhData=file($filename);

}

function qswhStr($gb,$fail="??"){ /* *****(秋水烏編 2002-9-6)******/
$ret="";
for ($i=0;$i if(($p=ord(substr($gb,$i ,1)))>127){
$q=ord (substr($gb,++$i,1));
$tmp=$this->qswhData[$p-128];
for( $j=0;$j=$q)break;
if( $k==$q)$q=chr(hexdec(substr) ($tmp,$j+2,2))).chr(hexdec(substr($tmp,$j+4,2)));
else if($fail=="")$q=chr($ p).chr($q); else $q=$fail;
}
else
$q=chr($p);
$ret.= $q;
}
return $ret;
}
function qswhFile ($filename,$fail="??"){
/******(秋水烏編 2002-9-6)*****/
if(!file_exists($filename.".qswh" ))copy($filename,$filename.".qswh") ;
$fp=fopen($filename,"r+");
$tmp=fread($fp,filesize($filename));
rewind($ fp);
fwrite($fp,$this->qswhStr ($tmp,$fail));
fclose($fp);
}

function qswhDir($dirname,$fail="??"){
/******(秋水烏編 2002-9-6)******/
$d = dir( $dirname);
while($entry=$d->read()) {
if($entry=="."||$entry= ="..")Continue;
$entry=$dirname. "/".$entry;
if(is_dir($entry))
$this->qswhDir($entry,$fail);
else{
if(substr($entry,-5)!=".qswh ")$this->qswhFile($entry,$fail);
}
}
$d->close();
return $c;
}

}




使用例:
$ Words="Qiushui Wuhen";
$qswh=new qswhBig5("qswhBig5.php");//qswhBig5.php、パラメーターを保存できます echo( "

表示するエンコーディング Big5 を選択してください:"。 $qswh->qswhStr($words));<font face="Verdana">echo("n エンコード ディレクトリ:".$qswh->qswhDir("test"));<p> echo("n ファイルをエンコード:".$qswh-&gt ;qswhFile("index.htm"));<br><br><br>使用説明: </p>qswhStr の 2 番目のパラメーターは、対応するものが存在しない場合に Big5 が置き換える単語を表します。それが空の場合は、<p>フォーマット後の単語を保持します。ファイルでは、<meta の content-type を Big に変更することを忘れないでください。 <br><br></p> <p> <br> <br> <br> </p> <p></p></font></div><div class="nphpQianMsg"><div class="clear"></div></div><div class="nphpQianSheng"><span>声明:</span><div>この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。</div></div></div><div class="nphpSytBox"><span>前の記事:<a class="dBlack" title="PHPプログラミングを使用した漢字ドットマトリクスデータの読み取り" href="https://m.php.cn/ja/faq/239565.html">PHPプログラミングを使用した漢字ドットマトリクスデータの読み取り</a></span><span>次の記事:<a class="dBlack" title="PHPプログラミングを使用した漢字ドットマトリクスデータの読み取り" href="https://m.php.cn/ja/faq/239569.html">PHPプログラミングを使用した漢字ドットマトリクスデータの読み取り</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>関連記事</h2><em><a href="https://m.php.cn/ja/article.html" class="bBlack"><i>続きを見る</i><b></b></a></em><div class="clear"></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-6t+ed+2i-1n-4w" data-ad-client="ca-pub-5902227090019525" data-ad-slot="8966999616"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><ul class="nphpXgwzList"><li><b></b><a href="https://m.php.cn/ja/faq/92233.html" title="Windows7系统下Netbeans+PHPUnit搭建PHP单元测试开发环境及PHPUn" class="aBlack">Windows7系统下Netbeans+PHPUnit搭建PHP单元测试开发环境及PHPUn</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ja/faq/97151.html" title="程序猿ProMonkey V2.03" class="aBlack">程序猿ProMonkey V2.03</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ja/faq/94770.html" title="PHP Navigator" class="aBlack">PHP Navigator</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ja/faq/90182.html" title="php返回数组中指定的一列(php5.5.0默认函数array_column()在php" class="aBlack">php返回数组中指定的一列(php5.5.0默认函数array_column()在php</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ja/faq/208396.html" title="htmlentitiesとhtmlspecialcharsの違いの詳しい説明" class="aBlack">htmlentitiesとhtmlspecialcharsの違いの詳しい説明</a><div class="clear"></div></li></ul></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="5027754603"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><footer><div class="footer"><div class="footertop"><img src="/static/imghwm/logo.png" alt=""><p>福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!</p></div><div class="footermid"><a href="https://m.php.cn/ja/about/us.html">私たちについて</a><a href="https://m.php.cn/ja/about/disclaimer.html">免責事項</a><a href="https://m.php.cn/ja/update/article_0_1.html">Sitemap</a></div><div class="footerbottom"><p> © php.cn All rights reserved </p></div></div></footer><script>isLogin = 0;</script><script type="text/javascript" src="/static/layui/layui.js"></script><script type="text/javascript" src="/static/js/global.js?4.9.47"></script></div><script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script><link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css' type='text/css' media='all'/><script type='text/javascript' src='/static/js/viewer.min.js?1'></script><script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script><script>jQuery.fn.wait = function (func, times, interval) { var _times = times || -1, //100次 _interval = interval || 20, //20毫秒每次 _self = this, _selector = this.selector, //选择器 _iIntervalID; //定时器id if( this.length ){ //如果已经获取到了,就直接执行函数 func && func.call(this); } else { _iIntervalID = setInterval(function() { if(!_times) { //是0就退出 clearInterval(_iIntervalID); } _times <= 0 || _times--; //如果是正数就 -- _self = $(_selector); //再次选择 if( _self.length ) { //判断是否取到 func && func.call(_self); clearInterval(_iIntervalID); } }, _interval); } return this; } $("table.syntaxhighlighter").wait(function() { $('table.syntaxhighlighter').append("<p class='cnblogs_code_footer'><span class='cnblogs_code_footer_icon'></span></p>"); }); $(document).on("click", ".cnblogs_code_footer",function(){ $(this).parents('table.syntaxhighlighter').css('display','inline-table');$(this).hide(); }); $('.nphpQianCont').viewer({navbar:true,title:false,toolbar:false,movable:false,viewed:function(){$('img').click(function(){$('.viewer-close').trigger('click');});}}); </script></body></html>