Releases: zbateson/mb-wrapper
Releases · zbateson/mb-wrapper
2.0.1
20 Dec 22:09
Compare
Sorry, something went wrong.
No results found
2.0.0
20 Mar 01:49
Compare
Sorry, something went wrong.
No results found
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
18 Mar 04:34
Compare
Sorry, something went wrong.
No results found
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
11 Jan 23:46
Compare
Sorry, something went wrong.
No results found
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.2
26 May 15:58
Compare
Sorry, something went wrong.
No results found
1.1.1
22 Nov 22:01
Compare
Sorry, something went wrong.
No results found
Add support for UNICODE-1-1-UTF-7 #6 thanks to @fkoyer
1.1.0
09 Nov 18:19
Compare
Sorry, something went wrong.
No results found
Repair problems with some characters in GB2312 codification using GB18030
Thanks to @jorgedelacalle in #3
Fix getSubstr issue with CP1258
21 Oct 22:35
Compare
Sorry, something went wrong.
No results found
Fixes an issue with iconv_substr with CP1258 encoded strings.
1.0 release
28 Sep 17:50
Compare
Sorry, something went wrong.
No results found
Ready for use -- copied and reworked code from zbateson/stream-decorator