Skip to content

Commit

Permalink
SAS: Support Win Baltic code page (Windows-1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmiller committed Oct 22, 2016
1 parent b2cc2a8 commit ae79755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sas/readstat_sas.c
Expand Up @@ -50,6 +50,7 @@ static readstat_charset_entry_t _charset_table[] = {
{ .code = 64, .name = "WINDOWS-1254" },
{ .code = 65, .name = "WINDOWS-1255" },
{ .code = 66, .name = "WINDOWS-1256" },
{ .code = 67, .name = "WINDOWS-1257" },
{ .code = 119, .name = "EUC-TW" },
{ .code = 123, .name = "BIG-5" },
{ .code = 125, .name = "EUC-CN" },
Expand Down

0 comments on commit ae79755

Please sign in to comment.