Utf8 Versions Save

Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP

v1.3.3

3 years ago

v1.3.0

8 years ago
  • add shim for mb_convert_variables
  • marked all shims as @internal
  • test on appveyor
  • a few fixes in iconv and mbstring shims
  • cleanup refacto for preparing v2 based on symfony-polyfill

v1.2.6

8 years ago
  • fix compat with symfony-polyfill

v1.1.31

8 years ago
  • fix compat with symfony-polyfill

v1.2.5

8 years ago
  • handle the third argument of mb_convert_encoding() being an array
  • add license files

v1.1.30

8 years ago
  • fix mb_strrpos shim with negative offset

v1.2.3

8 years ago
  • fix mb_strrpos shim with negative offset
  • sync tests with latest PHP/HHVM behaviors
  • remove PHP7/HHVM from allowed failures
  • move to PSR-1+2+4
  • mv class/ src/

v1.2.2

9 years ago
  • fix ucwords to be functionally the same as in-built PHP version
  • fix iconv_set_encoding deprecation notice in PHP 5.6.0
  • remove legacy test for HHVM/PHP7
  • mb_parse_str() should have no return value

v1.1.29

9 years ago
  • fix ucwords to be functionally the same as in-built PHP version
  • fix iconv_set_encoding deprecation notice in PHP 5.6.0
  • remove legacy test for HHVM/PHP7

v1.2.1

9 years ago
  • fix double declaration in mbstring shim