This repository has been archived by the owner on Jan 8, 2021. It is now read-only.
Releases: tchwork/utf8
Releases · tchwork/utf8
v1.1.9
v1.1.8 since v1.1.0
- filter leading combining chars in inputs for NFC safeness
- fixes, tests and optimizations
- readme update
v1.1.0
- PSR-0 autoloading and explicit bootup configuration is now required
v1.0.5 since v1.0.0
- add extra characters for ASCII transliterations
- move bootup stages in namespaced functions for greater modularity
- NFC normalization for autoglobal inputs
- better setlocale() initialization
- fix fatal error caused by multiple bootup inclusion
v1.0.0
- first official release of a work started in 2007
- Apache v2.0 / GPL v2.0 dual-licensed
- PHP portability implementations for mbstring, iconv, intl grapheme_*() and utf8_encode/decode()
- Unicode compliant and portable Normalizer
- grapheme clusters aware UTF-8 handling string functions replica
- PHP runtime environment configuration for UTF-8
- extra functions for UTF-8 validity checks, transliterations and case folding
- covered by unit tests