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

Releases: tchwork/utf8

v1.2.0

13 Jan 07:18
Compare
Choose a tag to compare
  • add portable Unicode filesystem access under Windows and other OSes
  • add best-fit mappings for UTF-8 to Code Page approximations
  • add u::strwidth() to get the width of a string when printed on a terminal
  • add more mbstring shims
  • add a note about https://bugs.php.net/65358
  • fail properly when COM is not loaded
  • fallback on stat() when lstat() fails

v1.1.28

13 Jan 07:17
Compare
Choose a tag to compare
  • fix mbstring shim for html-entities

v1.1.27

11 Jan 12:44
Compare
Choose a tag to compare
  • update to Unicode 7.0
  • fix iconv shim compat layer

v1.1.26

11 Jan 12:44
Compare
Choose a tag to compare
  • tweak composer.json

v1.2.0-beta

05 Aug 09:59
Compare
Choose a tag to compare
  • add best-fit mappings for UTF-8 to Code Page approximations
  • add portable Unicode filesystem access under Windows and other OSes

v1.1.25

05 Aug 09:59
Compare
Choose a tag to compare
  • update travis matrix
  • add composer branch alias

v1.1.24

20 Jun 12:25
Compare
Choose a tag to compare
  • update tests for latest HHVM fixes
  • move legacy GRAPHEME_CLUSTER_RX version to Intl shim

v1.1.23

22 May 14:08
Compare
Choose a tag to compare
  • enable tests for PHP 5.6
  • remove HHVM from allowed failures

v1.1.22

06 May 15:49
Compare
Choose a tag to compare
  • fix #19: don't call ini_set() when not required and gain compat with PHP5.6

v1.1.21

26 Mar 10:59
Compare
Choose a tag to compare
  • fix #18 u::wordwrap() now relies on native behavior