summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl
Commit message (Expand)AuthorAgeFilesLines
...
* | | fixed #40685: removed '&' in mb_decode_numericentity().Rui Hirokawa2011-09-241-1/+76
* | | fixed a bug in conversion table.Rui Hirokawa2011-09-231-1/+1
* | | - unused varPierre Joye2011-09-121-1/+1
* | | fixed test case failures.Rui Hirokawa2011-09-111-1/+10
* | | fixed invalid utf-8 check.Rui Hirokawa2011-09-071-1/+6
* | | added alias for *-mobile encodings.Rui Hirokawa2011-08-318-29/+35
* | | reduced footprint for sjis-macRui Hirokawa2011-08-282-285/+295
* | | corrected valid unicode area.Rui Hirokawa2011-08-272-2/+2
* | | update pua conversion tables.Rui Hirokawa2011-08-272-4/+5
* | | added iso2022jp-mobile and emoji unsuppoted in unicode 6.0.Rui Hirokawa2011-08-2411-745/+1361
* | | cleanup jisx0213 table.Rui Hirokawa2011-08-212-22/+63
* | | speed improvement of jisx0213 conversion.Rui Hirokawa2011-08-213-168/+173
* | | removed SJIS-Mobile#*PUA.Rui Hirokawa2011-08-206-202/+24
* | | updated libmbfl to 1.3.2 (JISX-0213:2004 support).Rui Hirokawa2011-08-2030-222/+6629
* | | added gb18030 encoding to mbstring/libmbfl.~Rui Hirokawa2011-08-1411-15/+755
* | | fixed compile warning.Rui Hirokawa2011-08-132-5/+4
* | | added UTF-8-Mobile for pictogram support.Rui Hirokawa2011-08-1311-315/+689
* | | Remove unused variablePierrick Charron2011-08-101-1/+1
* | | reduced memory footprint for codepages.Rui Hirokawa2011-08-087-78/+194
* | | changed mapping of 0xa5 for SJIS-mac to prevent security attack.Rui Hirokawa2011-08-061-1/+1
* | | improved error handling for ill-formed utf-8 based on the Unicode recommendat...Rui Hirokawa2011-08-061-22/+32
* | | added ill-formed utf-8 check for 0xEDXXXX.Rui Hirokawa2011-08-061-3/+7
* | | updated libmbfl version to 1.3.1.Rui Hirokawa2011-08-061-1/+1
* | | added check for invalid utf-8 encoding (merge from libmbfl-1.3.1).Rui Hirokawa2011-08-051-14/+79
* | | removed invalid 5,6 byte encoding from utf-8 based on Unicode 5.2.Rui Hirokawa2011-08-041-53/+4
* | | MF PHP_5_4.Rui Hirokawa2011-08-032-3/+21
* | | updated libmbfl for version 1.3.0.Rui Hirokawa2011-08-0217-23/+4069
* | | added numeric entities encode/decode in hex format.Rui Hirokawa2011-07-181-3/+140
|/ /
* | - Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE.Gustavo André dos Santos Lopes2011-04-091-2/+2
* | Fixed multibyte related issuesDmitry Stogov2011-03-145-8/+8
* | * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-1919-66/+211
* | - Fix bug #53273 (mb_strcut() returns garbage with the excessive length param...Moriyoshi Koizumi2010-11-091-0/+4
|/
* - Fix win32 build. (notified by Rob. Thanks)Moriyoshi Koizumi2010-03-151-0/+12
* - Update the bundled libmbfl to the latest on upstream.Moriyoshi Koizumi2010-03-1253-2704/+3420
* - Merge from upstream (note: this is no behavioral change, so need not to beMoriyoshi Koizumi2010-02-281-1/+3
* - Whitespaces.Moriyoshi Koizumi2010-02-281-2/+2
* mbstring filter files were referenced but never actually compiledScott MacVicar2010-02-161-0/+2
* Building libmbfl seperately fails since the shared library version is an API ...Scott MacVicar2010-02-161-1/+3
* - Fix bug #49536 (mb_detect_encoding() returns incorrect results when strict_...Moriyoshi Koizumi2009-09-112-2/+2
* - Fix bug #49528 (UTF-16 strings prefixed by BOM wrongly converted).Moriyoshi Koizumi2009-09-111-10/+17
* * Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-e...Moriyoshi Koizumi2009-07-291-6/+46
* - Add support for CP850 encoding (patch by Denis Giffeler)Moriyoshi Koizumi2009-03-1810-1/+250
* - MFH: strictly check UTF-8 and UTF-32 validityMoriyoshi Koizumi2009-02-243-7/+19
* - MFH: Fix bug #47399 (mb_check_encoding() return true for some illegal SJISMoriyoshi Koizumi2009-02-162-2/+2
* - Forgot to include these files.Moriyoshi Koizumi2009-02-151-67/+183
* - MFH: prevent unwanted overflowMoriyoshi Koizumi2009-02-141-0/+3
* - MFH: fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)Moriyoshi Koizumi2009-02-141-1/+1
* * MFH: Fix bug #45239 (encoding detector hangs with mbstring.strict_detectionMoriyoshi Koizumi2009-02-061-3/+2
* - MFH: Fix bug #46843 (CP936 euro symbol is not converted properly)Moriyoshi Koizumi2009-02-021-1/+1
* - MFHMoriyoshi Koizumi2008-10-161-8/+9