chinese 中文编码集合类库

  1. Documentation
  2. Change Log

中文编码集合类库

目前该类库可以实现,简体中文 <-> 繁体中文编码互换,简体中文、繁体中文 -> 拼音单向转换,简体中文、繁体中文 <-> UTF8 编码转换,简体中文、繁体中文 -> Unicode单向转换

Resources

Documentation

Requirements
  • Yii 1.1 or above
Installation
  • Extract the release file under protected/extensions
Usage

See the following code example:

Yii::import('application.extensions.chinese.JChinese');
$ch = new JChinese( 'GB2312', 'BIG5' );
echo $ch->convert('体育');

Change Log

December 7, 2009
  • Initial release.
0 0
3 followers
1 453 downloads
Yii Version: 1.1
License: GPL-3.0
Category: File System
Tags:
Developed by: jerry2801
Created on: Dec 7, 2009
Last updated: 14 years ago

Downloads

show all