Skip to content

Commit

Permalink
Merge pull request #6 from fkoyer/patch-1
Browse files Browse the repository at this point in the history
Add support for UNICODE-1-1-UTF-7
  • Loading branch information
zbateson authored Nov 22, 2021
2 parents 547d73a + d1b7ec5 commit bfd45fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MbWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ class MbWrapper
'SHIFTJIS2004' => 'SJIS',
'SHIFTJIS' => 'SJIS',
'UJIS' => 'EUC-JP',
'UNICODE11UTF7' => 'UTF-7',
'US' => 'ASCII',
'USASCII' => 'ASCII',
'WE8MSWIN1252' => 'WINDOWS-1252',
Expand Down

0 comments on commit bfd45fb

Please sign in to comment.