In comments it is authorized 29 (that for coding UTF-8 too little if national alphabets are used) signs, in this place comment.module it is necessary to change 29 on 129...

  // Note: format is checked by check_markup().
    $form_values['subject'] = 
truncate_utf8(decode_entities(strip_tags(check_markup($form_values['comment'], 
$form_values['format']))), 29, TRUE);
  }
  return $form_values;
}

Comments

killes@www.drop.org’s picture

Version: 4.7.3 » x.y.z

new features go into devel version.

coreb’s picture

Version: x.y.z » 6.x-dev

(Moving x.y.z version to a real version number) Feature Request => 6.x-dev

pasqualle’s picture

Version: 6.x-dev » 7.x-dev
sun’s picture

Status: Active » Closed (won't fix)

That's why truncate_utf8() is used here.