Welcome Guest, Not a member yet? Register   Sign In
not correct work of the function character_limiter for not latin symbols
#2

[eluser]xwero[/eluser]
This is because Cyrillic characters are multibyte and php until 6 only supports single byte characters. What you can do is change the strlen function in the character_limiter with mb_strlen. The mb_* functions are not a part of the default php configuration so you have to check if they are available on your server.


Messages In This Thread
not correct work of the function character_limiter for not latin symbols - by El Forum - 10-07-2008, 06:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB