znerol / unidata-toolkit
此包已被废弃,不再维护。没有建议的替代包。
Unicode数据表的读取、写入和转换工具包
dev-master
2012-12-04 17:53 UTC
Requires
- php: >=5.3.0
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2020-05-01 16:45:46 UTC
README
Unicode数据表的读取、写入和转换工具包。
此项目提供了一组类,简化了根据UAX #44 文件格式约定(包括UnicodeData.txt和PropList.txt)的文件的解析和操作。它包含能够计算代码点范围差异和并集的算法,这些算法用于实现Precis框架或RFC5892中描述的算法。此外,还有一些类帮助构建与PCRE兼容的字符类,以便这些转换的结果可以轻松序列化并作为其他项目的一部分重用。
示例
有关如何使用PHP Unicode数据工具包构建您的工具的指南,请参阅项目源代码的examples目录。
源代码
源代码托管在github上
git clone git://github.com/znerol/php-ucd-tk.git
cd php-ucd-tk
问题跟踪器和wiki页面可在https://github.com/znerol/php-ucd-tk找到
API文档
请参阅http://znerol.github.com/php-ucd-tk/doc/api/html
许可证
本项目根据MIT许可证的条款授权。