[ticket/16153] Enable Emojis and rich text in Topic title

PHPBB3-16153
This commit is contained in:
3D-I 2019-10-30 14:47:05 +01:00
parent c569d0dabc
commit ff25d0a508

View file

@ -1182,7 +1182,7 @@ if ($submit || $preview || $refresh)
}
/**
* Replace Emojis and other 4bit UTF-8 chars not allowed by MySql to UCR / NCR.
* Replace Emojis and other 4bit UTF-8 chars not allowed by MySQL to UCR/NCR.
* Using their Numeric Character Reference's Hexadecimal notation.
*/
$post_data['post_subject'] = utf8_encode_ucr($post_data['post_subject']);