diff --git a/source/helpers.pas b/source/helpers.pas index c701665f..e4f84d94 100644 --- a/source/helpers.pas +++ b/source/helpers.pas @@ -207,6 +207,7 @@ const (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) + (codepage: 1255; charset: 'hebrew'), // ANSI Hebrew; Hebrew (Windows) (codepage: 1256; charset: 'cp1256'), // ANSI Arabic; Arabic (Windows) (codepage: 1257; charset: 'cp1257'), // ANSI Baltic; Baltic (Windows) (codepage: 936; charset: 'gbk'), // Windows Simplified Chinese GBK