php-src/ext/mbstring/libmbfl
Nikita Popov 1151554668 Remove the "auto" encoding
"auto" is only meaningful in functions which accept an encoding
*list* and support encoding detection. These functions have
explicit checks for "auto". It cannot be used as a standalone
encoding in any meaningful capacity, so I'm dropping it entirely.
2018-10-17 12:50:24 +02:00
..
filters Add vtbls for EUC-TW encoding 2018-10-17 12:10:16 +02:00
mbfl Remove the "auto" encoding 2018-10-17 12:50:24 +02:00
nls Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
tests Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
AUTHORS
config.h.in - Update the bundled libmbfl to the latest on upstream. 2010-03-12 04:55:37 +00:00
config.h.w32 - Fix win32 build. (notified by Rob. Thanks) 2010-03-15 14:19:51 +00:00
DISCLAIMER Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
LICENSE Trim trailing whitespace in source code files 2018-10-13 14:16:33 +02:00
NEWS Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
README Remove unused libmbfl build system related files 2018-07-29 10:07:32 +02:00

This is libmbfl, a streamable multibyte character code filter and converter
library.

The original version of libmbfl is developed and distributed at
https://github.com/moriyoshi/libmbfl under the LGPL 2.1 license.

The libmbfl library is bundled with PHP as a fork of the original repository and
is not in sync with the upstream at https://github.com/moriyoshi/libmbfl. As such,
the libmbfl directory is directly modified in the php-src repository.

See LICENSE and DISCLAIMER for licensing information.