mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Oops, forgot to expand array. See r1905.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user