Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #415 from skids/windows-1252
Hook up windows-1252 charset support.
  • Loading branch information
FROGGS committed Apr 24, 2015
2 parents 9f840b7 + 35ea31f commit 59f57a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Str.pm
Expand Up @@ -17,6 +17,7 @@ sub NORMALIZE_ENCODING(Str:D $s) {
'utf32' => 'utf32',
'ascii' => 'ascii',
'iso-8859-1' => 'iso-8859-1',
'windows-1252' => 'windows-1252',
# with dash
'utf-8' => 'utf8',
'utf-16' => 'utf16',
Expand Down

0 comments on commit 59f57a8

Please sign in to comment.