Description
Legacy PHP 5.6 applications can handle multibyte text correctly for languages and encodings that do not fit simple byte-by-byte string logic. This helps old internationalized sites process names, search terms, messages, and forms more safely.
It is a text-processing extension. Correct behavior depends on explicit encodings, test data in the target languages, and avoiding assumptions based only on English text.