• Stable 0.8.0 5c8116afb8

    0.8.0

    jking released this 4 years ago | 0 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