bharani kumar wrote:
when i try to install the drupal 6 , showing Error like
Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension http://www.php.net/mbstring for improved Unicode support. (Currently using Unicode library Standard PHP)
Even i remove the mbstring in php.ini
That's not an error but simply a warning saying the 'mbstring' module is not (correctly) installed and Unicode characters might not be shown correctly.
Not really a major issue.
- Jensen