This repository has been archived by the owner on Jan 8, 2021. It is now read-only.
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