Annotation of embedaddon/php/ext/mbstring/libmbfl/NEWS, revision 1.1
1.1 ! misho 1:
! 2: version 1.3.2 August 20, 2011
! 3:
! 4: - added JISX-0213:2004 based encoding : Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004 (rui).
! 5: - added gb18030 encoding (rui).
! 6: - added CP950 with user user defined area based on Big5 (rui).
! 7: - added mapping for user defined character area to CP936 (rui).
! 8: - added UTF-8-Mobile to support the pictogram characters defined by mobile phone carrier in Japan (rui).
! 9:
! 10: version 1.3.1 August 5, 2011
! 11:
! 12: - added check for invalid/obsolete utf-8 encoding (rui).
! 13:
! 14: version 1.3.0 August 1, 2011
! 15:
! 16: - added encoding conversion between Shift_JIS and Unicode (6.0 or PUA)
! 17: for pictogram characters defined by mobile phone carrier in Japan (rui).
! 18:
! 19: Detailed info:https://github.com/hirokawa/libmbfl/wiki/Introduction-to-libmbflhttps:--github.com-hirokawa-libmbfl-wiki-Introduction-to-libmbfl-_edit%23
! 20:
! 21: - fixed encoding conversion of cp5022x for user defined area (rui).
! 22: - added MacJapanese (SJIS-mac) for legacy encoding support (rui).
! 23: - backport from PHP 5.2 (rui).
! 24:
! 25: version 1.1.0 March 02, 2010
! 26:
! 27: - added cp5022x encoding (moriyoshi)
! 28: - added ISO-2022-JP-MS (moriyoshi)
! 29: - moved to github.com from sourceforge.jp (moriyoshi)
! 30:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>