summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl/filters
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-4/+4
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-203-3/+3
|\
| * - Fixed possible uninitialized scalar variable usage (spotted by Coverity)Felipe Pena2013-10-203-3/+3
| * MFH: fixed #65045: mb_convert_encoding breaks well-formed character.Rui Hirokawa2013-07-313-193/+177
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | MFH: fixed #65045: mb_convert_encoding breaks well-formed character.Rui Hirokawa2013-07-313-193/+177
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Merge branch 'PHP-5.4'Xinchen Hui2012-10-092-0/+0
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-092-0/+0
| |\
| | * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-092-0/+0
| | * - Update the bundled libmbfl to the latest on upstream.Moriyoshi Koizumi2010-03-1217-105/+2275
| | * - 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
| | * - Fix bug #49536 (mb_detect_encoding() returns incorrect results when strict_...Moriyoshi Koizumi2009-09-111-1/+1
| | * - 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-185-1/+241
| | * - MFH: strictly check UTF-8 and UTF-32 validityMoriyoshi Koizumi2009-02-242-7/+18
| | * - MFH: Fix bug #47399 (mb_check_encoding() return true for some illegal SJISMoriyoshi Koizumi2009-02-162-2/+2
| | * - MFH: Fix bug #46843 (CP936 euro symbol is not converted properly)Moriyoshi Koizumi2009-02-021-1/+1
| | * - MFHMoriyoshi Koizumi2008-10-161-8/+9
| | * cosmetic change.Rui Hirokawa2008-07-051-7/+13
| | * removed wrong bytes.Rui Hirokawa2008-07-052-32/+27
| | * - added koi8-u (Ukrainian) and CP1254 (Turkish).Rui Hirokawa2008-07-058-2/+738
| | * use the aliases and eliminate one more compile warningAntony Dovgal2007-03-061-1/+1
| | * fixed incompatibility with PHP 5.2.0 for encoding conversion between ShiftJIS...Rui Hirokawa2007-01-297-158/+593
| | * Fixed compiler warningsIlia Alshanetsky2006-11-161-1/+1
| | * added japanese legacy encoding support (made by moriyama@miraclelinux.com)Rui Hirokawa2006-11-037-17/+563
| * | Comparison between pointer and integerXinchen Hui2011-11-211-1/+1
| * | Fixed bug #60306 (Characters lost while converting from cp936 to utf8)Xinchen Hui2011-11-181-3/+1
| * | Remove unused variables in libmbflPierrick Charron2011-11-182-2/+1
| * | MFH: fixed alias and encoding mapping for emoji logo.Rui Hirokawa2011-11-023-13/+14
| * | MFH: fixed alias of encoding.Rui Hirokawa2011-10-301-1/+1
| * | MFH: removed invalid two byte sequenct for utf-8.Rui Hirokawa2011-10-231-1/+1
| * | MFH: fixed byte length of utf-8.Rui Hirokawa2011-10-181-1/+1
| * | added a missing emoji U+27BF.Rui Hirokawa2011-10-151-12/+12
| * | MFH: fixed a bug in convertion table and added test script for emoji.Rui Hirokawa2011-09-231-1/+1
| * | - unused varPierre Joye2011-09-121-1/+1
| * | MFH: fixed test case failures.Rui Hirokawa2011-09-111-1/+10
| * | MFH: fixed invalid utf-8 check.Rui Hirokawa2011-09-071-1/+6
| * | MFH: added alias for *-mobile encodings.Rui Hirokawa2011-08-314-26/+30
| * | MFH: reduced footprint for sjis-macRui Hirokawa2011-08-282-285/+295
| * | MFH: corrected valid unicode area.Rui Hirokawa2011-08-272-2/+2
| * | MFH: update pua conversion tables.Rui Hirokawa2011-08-272-4/+5
| * | MFH: added iso2022jp-mobile and emoji unsuppoted in unicode 6.0.Rui Hirokawa2011-08-247-745/+1353
| * | MFH: cleanup jisx0213 table.Rui Hirokawa2011-08-212-22/+63
| * | MFH: speed improvement of jisx0213 conversion.Rui Hirokawa2011-08-213-168/+173
| * | MFH: removed SJIS-Mobile#*PUA.Rui Hirokawa2011-08-203-186/+24