Fix character set problems. Some systems lack the ISO8859 codepages,
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 28 Oct 2001 10:40:11 +0000 (10:40 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 28 Oct 2001 10:40:11 +0000 (10:40 +0000)
commitd6dcf6c6407692f1f138f6151e6b24681e103807
tree8895bb50939100b23c82a04d5f2c9a6bd2d501d6
parent7732d38a31d3215b26ab12e006b5bd4fda938718
Fix character set problems. Some systems lack the ISO8859 codepages,
so we specify them explicitly to avoid this problem. Also in
particular get_unitab() no longer depends on querying Windows
codepage 28591 (ISO8859-1), so UTF-8 mode should stop failing on
such systems.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1336 cda61777-01e9-0310-a592-d414129be87e
unicode.c