[axxs-sysadmin] mbstring.func_overload

boud boud at riseup.net
Wed Jan 30 15:21:46 PST 2008


hi all

just a comment:

multibyte string probably means e.g. for CJK - Chinese/Japanese/Korean

In unicode, each character can in principle be represented with two bytes,
though for most scripts (e.g. the one in which i'm writing this email :P),
one byte is enough and "UTF-8" can be used instead of the full "UTF-16".

i have no idea what the "overload" is about.

So this function might be useful for a site wanting to be a regional
"East/South-East/Far-South Asia" site...

cheers
boud

PS: no i haven't forgotten the kernel update, i just haven't got one of
them roundtoit thingummyjigs. :)


On Wed, 30 Jan 2008, musicman wrote:

> On Jan 30, 2008 1:39 PM, pabs <pabs at cat.org.au> wrote:
>
>>> |Unicode library        Error
>>> |Multibyte string function overloading in PHP is active and must be
>>> disabled. Check the php.ini mbstring.func_overload setting. Please refer
>>> to the PHP mbstring documentation for more information.
>>
>> Can this be fixed by adding an ini_set to a system-wide drupal config
>> file, or if drupal doesn't have that in each drupal config file?
>>
>> ini_set("mbstring.func_overload", 0);
>>
>>
>
> Unfortunately, I don't know enough about drupal to answer this- I was going
> to solve by trawling forums, docs and irc's until I worked it out (RTFM as
> both andycat and dave have yelled at me over and over again) :)
>
> L.
>
> -- 
> This is a bug-fix release.
>
> ---
>
> any coder, ever
>


More information about the axxs-sysadmin mailing list