mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 05:38:52 +00:00
[ticket/16153] Enable Emojis and rich text in Topic title
PHPBB3-16153
This commit is contained in:
parent
c569d0dabc
commit
ff25d0a508
1 changed files with 1 additions and 1 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Reference in a new issue