Releases Tags
-
0.8.1
released this 3 years ago | 13 commits to master since this release
Changes:
- Support PHP 8
Downloads
-
0.8.0
released this 3 years ago | 15 commits to master since this release
New features:
- Implementation of EUC-JP encoding
- Implementation of Shift_JIS encoding
- Implementation of ISO-2022-JP encoding
- Implementation of replacement encoding
- Added missing encoder for x-user-defined encoding
- Added general-purpose \MensBeam\Intl\Encoding\Encoder class
also accessible via \MensBeam\Intl\Encoding::createEncoder()
static method
Bug fixes:
- Fixed errors in Big5, gb18030, and GBK encoders
- Plugged potential memory leak when using the rewind() method of
Big5, gb18030, GBK, and EUC-KR decoders
Changes:
- Added new labels for UTF-8 and UTF-16
- Improved performance of Big5, gb18030, GBK, and EUC-KR encoders
- Corrected requirement of PHP 7.1
Downloads
-
0.7.0
released this 4 years ago | 90 commits to master since this release
New features:
- Added \MensBeam\Intl\Encoding abstract class with createDecoder() and
matchLabel() static methods
Downloads
- Added \MensBeam\Intl\Encoding abstract class with createDecoder() and
-
0.6.0
released this 4 years ago | 93 commits to master since this release
New features:
- Added $allowSurrogates parameter to Encoding constructor
- Added posErr public instance property to Encoding
Downloads
-
0.5.0
released this 4 years ago | 94 commits to master since this release
Breaking changes:
- Rename Encoding::len() to Encoding::lenChar()
New features:
- Add Encoding::lenByte() method
- Add Encoding::eof() method
Downloads
-
0.4.0
released this 5 years ago | 97 commits to master since this release
New features:
- Implemention of UTF-16 encoding
- Implemention of Big5 encoding
- Implemention of EUC-KR encoding
- Implemention of x-user-defined encoding
Downloads
-
0.3.0
released this 5 years ago | 119 commits to master since this release
New features:
- Implemention of gb18030 and GBK encodings
Downloads
-
0.2.0
released this 5 years ago | 128 commits to master since this release
New features:
- Implementation of all single-byte WHATWG encodings
Downloads
-
0.1.0
released this 5 years ago | 133 commits to master since this release
Initial release
Downloads