dev-master
9999999-devToolkit for reading, writing and transforming unicode data tables
MIT
The Requires
- php >=5.3.0
- ext-mbstring *
The Development Requires
by Lorenz Schori
Wallogit.com
2017 © Pedro Peláez
Toolkit for reading, writing and transforming unicode data tables
Toolkit for reading, writing and transforming unicode data tables., (*1)
This project provides a set of classes simplifying parsing and manipulation of files formatted according to the UAX #44 File Format Conventions including UnicodeData.txt and PropList.txt. It contains algorithms capable of calculating the difference and union of codepoint ranges necessary to implement the algorithm used to calculate derived properties as described in the Precis Framework or RFC5892. Further there are classes helping with construction of PCRE compatible character classes such that the result of those transformations can be easily serialized and reused as part of other projects., (*2)
Refer to the examples directory of the project source code for guidance on how to build your tools using the PHP Unicode Data Toolkit., (*3)
The source code is hosted on github:, (*4)
git clone git://github.com/znerol/php-ucd-tk.git cd php-ucd-tk
An issue tracker and the wiki page is available at https://github.com/znerol/php-ucd-tk, (*5)
See http://znerol.github.com/php-ucd-tk/doc/api/html, (*6)
This project is licensed under the terms of the MIT License., (*7)
Toolkit for reading, writing and transforming unicode data tables
MIT