MantisBT: master-1.3.x 4dcb16cc

Author Committer Branch Timestamp Parent
dregad dregad master-1.3.x 2016-06-18 12:48 master-1.3.x 805ef0cb
Affected Issues  0021101: Issues with emoji's are truncated before getting saved
Changeset

Fix 4-byte UTF-8 chars issues on MySQL

This applies the new db_mysql_fix_utf8() function to the following
fields:

  • bug.summary
  • bug.description
  • bug.steps_to_reproduce
  • bug.additional_information
  • bugnote.text
  • custom fields

Fixes 0021101

mod - core/bug_api.php Diff File
mod - core/bugnote_api.php Diff File
mod - core/cfdefs/cfdef_standard.php Diff File
mod - core/custom_field_api.php Diff File