Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hook up windows-1252 charset support. This requires changes
in moarvm an nqp to be committed first.
  • Loading branch information
skids committed Apr 23, 2015
1 parent 7bef4a3 commit 35ea31f
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 35ea31f

Please sign in to comment.