Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jcodings/EncodingDB.java
Original file line number Diff line number Diff line change
@@ -137,7 +137,7 @@ public boolean isDummy() {
"Windows-31J", "Windows_31J", // TODO: Windows-31J is actually a variant of SJIS
"Windows-1250", "Windows_1250",
"Windows-1251", "Windows_1251",
"Windows-1251", "Windows_1251"
"Windows-1252", "Windows_1252"
};

static Entry ascii;

0 comments on commit b8e6d46

Please sign in to comment.