Got errror while submitting full 255long shout in UTF-8 (localization, tripledot char)....
Fixed "Error too long message" by adding utf8_decode in shoutbox.module
// Message too long
else if ($max && (strlen(utf8_decode($form_state['values']['message'])) > $max)) {
Comments
Comment #2
vitalblue commentedFunction added.
Thanks a lot