-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
The library doesn't take into account charset aliases:
transcoder/src/MbTranscoder.php
Lines 20 to 25 in e56652f
| if (null === self::$encodings) { | |
| self::$encodings = array_change_key_case( | |
| array_flip(mb_list_encodings()), | |
| CASE_LOWER | |
| ); | |
| } |
The library should take into account:
Metadata
Metadata
Assignees
Labels
No labels