Skip to content

Commit

Permalink
EZP-28950: Add support for utf8mb4 charset to i18n (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric authored and glye committed May 28, 2018
1 parent f9ffaf5 commit c1d42f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ezi18n/classes/ezcharsetinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static function &encodingTable()
'cp849',
'cp850' ),
'unicode' => array( 'unicode' ),
'utf-8' => array( 'utf-8' ) );
'utf-8' => array( 'utf-8', 'utf8mb4' ) );
}
return $encodingTable;
}
Expand Down

0 comments on commit c1d42f7

Please sign in to comment.