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

  • Commit 4bbaafd on 7.x-1.x by vitalblue:
    Issue #1365068 by burianek: utf8_decode added in length validation.
    
vitalblue’s picture

Assigned: Unassigned » vitalblue
Issue summary: View changes
Status: Needs review » Closed (fixed)

Function added.

Thanks a lot