Skip to content

Commit a4eb15c

Browse files
authored
Merge pull request #82 from TomWilford/japanese-encodings
Add ISO-2022-JP encodings to Message.pm
2 parents eb0d2b7 + f1fb1c1 commit a4eb15c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/Email/Outlook/Message.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ our $MAP_CODEPAGE = {
116116
28599 => 'ISO-8859-9',
117117
28603 => 'ISO-8859-13',
118118
28605 => 'ISO-8859-15',
119+
50220 => 'ISO-2022-JP',
120+
50221 => 'ISO-2022-JP',
121+
50222 => 'ISO-2022-JP',
119122
65001 => 'UTF-8',
120123
};
121124

0 commit comments

Comments
 (0)