Skip to content

Commit

Permalink
EZP-28950: Add support for utf8mb4 charset to i18n (ezsystems#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamps authored Jul 1, 2018
1 parent e873cc9 commit 7237102
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 7237102

Please sign in to comment.