This repository has been archived by the owner on Jan 8, 2021. It is now read-only.
Releases: tchwork/utf8
Releases · tchwork/utf8
v1.2.0
- 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
- fix mbstring shim for html-entities
v1.1.27
- update to Unicode 7.0
- fix iconv shim compat layer
v1.1.26
- tweak composer.json
v1.2.0-beta
- add best-fit mappings for UTF-8 to Code Page approximations
- add portable Unicode filesystem access under Windows and other OSes
v1.1.25
- update travis matrix
- add composer branch alias
v1.1.24
- update tests for latest HHVM fixes
- move legacy GRAPHEME_CLUSTER_RX version to Intl shim
v1.1.23
- enable tests for PHP 5.6
- remove HHVM from allowed failures