Releases: zbateson/mb-wrapper
Releases · zbateson/mb-wrapper
2.0.0
- Drop php7 support
- Throw an UnsupportedCharsetException trying to convert from/to an unsupported character set
Full Changelog: 1.2.1...2.0.0
1.2.1
What's Changed
- Various phpunit and phpcsfixer updates by @phpfui
- Added git attributes @owenvoke
- Add //TRANSLIT//IGNORE on iconv_strlen and iconv_substr calls
1.2.0
What's Changed
- Drop PHP 5.4 to 7.0 support
- PHP CS Fixer by @phpfui in #8
- Modernize to PHP 7.1 by @phpfui in #9
New Contributors
Full Changelog: 1.1.2...1.2.0
1.1.1
Add support for UNICODE-1-1-UTF-7 #6 thanks to @fkoyer
1.1.0
Repair problems with some characters in GB2312 codification using GB18030
Thanks to @jorgedelacalle in #3
Fix getSubstr issue with CP1258
Fixes an issue with iconv_substr with CP1258 encoded strings.
1.0 release
Ready for use -- copied and reworked code from zbateson/stream-decorator