Top "Mbstring" questions

MultiByte String in PHP

Replacing invalid UTF-8 characters by question marks, mbstring.substitute_character seems ignored

I would like to replace invalid UTF-8 chars with quotation marks (PHP 5.3.5). So far I have this solution, but invalid …

php utf-8 character-encoding mbstring
the requested PHP extension mbstring is missing from your system

my error message that I am getting from the composer is: Your requirements could not be resolved to an installable …

php laravel mbstring
PHP 7.2 and modules 'dom', 'mbstring', and 'simplexml'

I installed PHP 7.2 on my server and everything works fine except these three issues: I face these problems: The PHP …

php dom simplexml php-7.2 mbstring
How do I enable mbstring extension on PHP 5, Fedora server

I need to add the mbstring extension to an install of PHP 5.2.6 on Apache/2.2.11 (Fedora). We have dynamic extensions enabled …

php apache fedora mbstring
PHP: Call to undefined function mb_strlen() - on custom compiled PHP with mbstring enabled

I have this custom compiled PHP (v5.3.3) with the following extensions enabled (via configure): ./configure --prefix=/usr/local/php5.3.3 --with-config-file-path=/…

php compilation fatal-error mbstring
Composer Install - requires ext-mbstring

I am trying to do a composer install ..., but getting an error of requires ext-mbstring * -> the requested PHP …

php apache composer-php cpanel mbstring
What do these PHP mbstring settings do?

I'm trying to figure out exactly what these php.ini settings do. What happens when they're set to different values? …

php character-encoding multibyte mbstring
PHP: Split multibyte string (word) into separate characters

Trying to split this string "主楼怎么走" into separate characters (I need an array) using mb_split with no luck... Any suggestions? …

php string mbstring
PHP: mb_strtoupper not working

I have a problem with UTF-8 and mb_strtoupper. mb_internal_encoding('UTF-8'); $guesstitlestring='Le Courrier de Sáint-Hyá…

php utf-8 mbstring
Fatal error: Call to undefined function mb_strpos()

I got stuck into this problem and I can't seem to find a solution. The version of PHP installed in …

php joomla fatal-error mbstring