A set of dependency-free basic internationalization tools
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

49 lines
1.0 KiB

Version 0.7.0 (2019-12-20)
==========================
New features:
- Added \MensBeam\Intl\Encoding abstract class with createDecoder() and
matchLabel() static methods
Version 0.6.0 (2019-12-18)
==========================
New features:
- Added $allowSurrogates parameter to Encoding constructor
- Added posErr public instance property to Encoding
Version 0.5.0 (2019-12-13)
==========================
Breaking changes:
- Rename Encoding::len() to Encoding::lenChar()
New features:
- Add Encoding::lenByte() method
- Add Encoding::eof() method
Version 0.4.0 (2018-09-15)
==========================
New features:
- Implemention of UTF-16 encoding
- Implemention of Big5 encoding
- Implemention of EUC-KR encoding
- Implemention of x-user-defined encoding
Version 0.3.0 (2018-08-29)
==========================
New features:
- Implemention of gb18030 and GBK encodings
Version 0.2.0 (2018-08-11)
==========================
New features:
- Implementation of all single-byte WHATWG encodings
Version 0.1.0 (2018-08-10)
==========================
Initial release