Télécharger la liste

Description du projet

Current PHP supports i18n feature via mbstring. However, ZendEngine and many PHP functions do not support i18n feature natively. This project aims at provide i18n feature natively. The outcomes are supposed to be merged to PHP project later.

Système requise

System requirement is not defined

Livrée : 2011-07-16 12:04
libmbfl libmbfl-1.2.0 (1 files Cacher)

Notes de release

- SJIS-win is redefined based on SJIS-open,
CP932 is redefined based on Windows-31J.
- MBFL_ENCTYPE_GL_UNSAFE is introduced to define GL unsafe encoding.
- fixed encoding conversion on CP51932, CP5022x.
- added some new APIs : mbfl_identify_filter_new2, mbfl_identify_encoding2, mbfl_encoding *mbfl_encoding_detector_judge2, mbfl_encoding_detector_new2, mbfl_buffer_converter_feed2, mbfl_buffer_converter_new2.



Changelog

Version 1.0.1 2006.1.21
- initial release
- compatible with PHP bundled version

Version 1.0.2 2008.7.5
- added a couple of new encoding including
CP1254, CP51932, CP5022x
- fixed compile error on VC8.

Version 1.2.0 2011.7.16
- SJIS-win is redefined based on SJIS-open,
CP932 is redefined based on Windows-31J.
- added some new APIs.