2010-10-19, 05:08:40
The last one we can maybe leave out
and rather change the code itself if is problem.
For we then need to use new functions
mail() -> mb_send_mail()
strlen() -> mb_strlen()
strpos() -> mb_strpos()
strrpos() -> mb_strrpos()
substr() -> mb_substr()
strtolower() -> mb_strtolower()
strtoupper() -> mb_strtoupper()
substr_count() -> mb_substr_count()
For example .. but first find out if we can set php values in .htaccess. Then we can test from there.
tx
Code:
mbstring.func_overload = 7 ; All non-multibyte-safe functions are overloaded with the mbstring alternatives
and rather change the code itself if is problem.
For we then need to use new functions
mail() -> mb_send_mail()
strlen() -> mb_strlen()
strpos() -> mb_strpos()
strrpos() -> mb_strrpos()
substr() -> mb_substr()
strtolower() -> mb_strtolower()
strtoupper() -> mb_strtoupper()
substr_count() -> mb_substr_count()
For example .. but first find out if we can set php values in .htaccess. Then we can test from there.
tx
Stopped developing on GS Plugins. Anybody welcome to take the projects over. Thanks for all the support all.