Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Releases: tchwork/utf8

v1.1.9

19 Nov 10:21
Compare
Choose a tag to compare
  • know that PHP bug 61860 has been fixed in 5.5.1
  • fix intl::grapheme_strlen() shim on edge case
  • fix #5: case insensitive encodings checks for mbstring shim
  • some more fixes, tests and optimizations

v1.1.8 since v1.1.0

19 Nov 10:24
Compare
Choose a tag to compare
  • filter leading combining chars in inputs for NFC safeness
  • fixes, tests and optimizations
  • readme update

v1.1.0

19 Nov 10:25
Compare
Choose a tag to compare
  • PSR-0 autoloading and explicit bootup configuration is now required

v1.0.5 since v1.0.0

19 Nov 10:30
Compare
Choose a tag to compare
  • 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

19 Nov 10:41
Compare
Choose a tag to compare
  • 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