PrimezeroTools
* dead. simple. language processing. * pzpinyin - process Chinese pinyintypes * pzhanzi - process Chinese hanzitypes * pznumbers - convert various quantities into Chinese * pzcedict - analyze CEDICT-compatible files * pzkelvin - make sensible temperature conversions
Extract the release file under protected/extensions
Yii::import('ext.pzphp.*'); $pzt = new PrimezeroTools(); echo $pzt->pzhanzi_traditional_to_simplified('體育体育');
screen print:
体育体育
(http://code.google.com/p/pzphp/wiki/PrimezeroTools)
Be the first person to leave a comment
Please login to leave your comment.