libmbfl icon indicating copy to clipboard operation
libmbfl copied to clipboard

A library for handling various encoding, used in PHP's mbstring extension

Results 12 libmbfl issues
Sort by recently updated
recently updated
newest added

This issue was raised as a bug in PHP with the `mb_decode_mimeheader` function: https://bugs.php.net/bug.php?id=68821, and in the comments of that bug report, it was stated that it is a problem...

when i make program a lot of error in mbfilter_sjis_mobile.c error: mbfilter_sjis_mobile.c:438: error: 'mb_tbl_uni_docomo2code2_min' undeclared (first use in this function) mbfilter_sjis_mobile.c:438: error: 'mb_tbl_uni_docomo2code2_max' undeclared (first use in this function) mbfilter_sjis_mobile.c:439:...

Here is what I did git clone https://github.com/moriyoshi/libmbfl.git cd libmbfl ./buildconf ./configure --prefix=/usr/lib/libmbfl make ...... libtool: link: ( cd ".libs" && rm -f "libmbfl_filters.la" && ln -s "../libmbfl_filters.la" "libmbfl_filters.la" )...

also include an updated copy of the LGPL 2.1

Hi I compiled sources from master branch on Windows with VS2013 and get few build/linking errors for the SHARED library output. With some modifications, I could fix those errors. Where...

These are very minor changes to match php-src A spelling fix, empty line removals, and removing a specified $Id$

I'm just applying these changes from a forked version here: https://github.com/hhvm/hhvm-third-party/blob/master/libmbfl/filters/CMakeLists.txt Let me know if these are needed or wanted

It does say it's generated, but it doesn't look like it has changed in awhile