diff --git a/library/includes/bbcode.php b/library/includes/bbcode.php index 94b173fc..e5cad2f6 100644 --- a/library/includes/bbcode.php +++ b/library/includes/bbcode.php @@ -873,7 +873,7 @@ class words_rate $this->del_text_hl = $text; // длинное сообщение - if (strlen($text) > 600) + if (mb_strlen($text, 'UTF-8') > 600) { return $this->words_rate; }