Oops, forgot to expand array. See r1905.

This commit is contained in:
rosenfield.albert
2008-10-27 10:23:47 +00:00
parent b839a8031a
commit 8b1a4f18ea

View File

@ -203,7 +203,7 @@ type
end;
const
charset_conv_table: array[0..6] of CharacterSet = (
charset_conv_table: array[0..7] of CharacterSet = (
(codepage: 1250; charset: 'cp1250'), // ANSI Central European; Central European (Windows)
(codepage: 1251; charset: 'cp1251'), // ANSI Cyrillic; Cyrillic (Windows)
(codepage: 1252; charset: 'latin1'), // ANSI Latin 1; Western European (Windows)