Hi,
I reported an arror before and Ralf told me, this is caused by $SUBJECT
and strlen(), which is overloaded by mb_strlen() function.
That means, anglemail and filescenter give me a truncated file, because
strlen() counted multibyte characters as one character.
I use utf8 character encoding in the database. I overloaded mbstring (to
7) to handle the encoded strings.
The question is, is that possible to change the strlen() function to
something else to get a working system?
As I looked around the egw code, and the documentation, there are many
str* functions, which overloaded.
If I use 5 as overloading value, all str* functions will be the original
one, but I think, it will cause other errors, when other str* functions
are called.
Is there a simple way to determine the length of a multibyte string, but
counting each 8 bit field instead of strlen?
Regards,
IStván
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers