Skip to content

Commit

Permalink
Update symbol code page
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Jun 15, 2016
1 parent a2ab5fb commit 87c1892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static String getCharset(int parameter)
{
MAPPING[0] = "1252"; // ANSI
MAPPING[1] = null; // Default
MAPPING[2] = "42"; // Symbol
MAPPING[2] = "1252"; // Symbol - according to the specs this is codepage 42 "Symbol". What's the Java equivalent? 1252 seems to work...
MAPPING[77] = "10000"; // Mac Roman
MAPPING[78] = "10001"; // Mac Shift Jis
MAPPING[79] = "10003"; // Mac Hangul
Expand Down

0 comments on commit 87c1892

Please sign in to comment.