Skip to content

Releases: zbateson/mb-wrapper

2.0.0

20 Mar 01:49
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

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
faf35dd
Compare
Choose a tag to compare

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

  • @phpfui made their first contribution in #8

Full Changelog: 1.1.2...1.2.0

1.1.2

26 May 15:58
5d9d190
Compare
Choose a tag to compare

Map CESU-8 to UTF-8 -- thanks @hazington

1.1.1

22 Nov 22:01
bfd45fb
Compare
Choose a tag to compare

Add support for UNICODE-1-1-UTF-7 #6 thanks to @fkoyer

1.1.0

09 Nov 18:19
Compare
Choose a tag to compare

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
Choose a tag to compare

Fixes an issue with iconv_substr with CP1258 encoded strings.

1.0 release

28 Sep 17:50
Compare
Choose a tag to compare

Ready for use -- copied and reworked code from zbateson/stream-decorator