2017 © Pedro Peláez
 

library unidata-toolkit

Toolkit for reading, writing and transforming unicode data tables

image

znerol/unidata-toolkit

Toolkit for reading, writing and transforming unicode data tables

  • Tuesday, December 4, 2012
  • by znerol
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Unicode Data Toolkit

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)

Examples

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)

Source Code

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)

API Documentation

See http://znerol.github.com/php-ucd-tk/doc/api/html, (*6)

License

This project is licensed under the terms of the MIT License., (*7)

The Versions

04/12 2012

dev-master

9999999-dev

Toolkit for reading, writing and transforming unicode data tables

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-mbstring *

 

The Development Requires

by Lorenz Schori