mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 22:00:16 +08:00
Add support for hebrew. Not an exact match; 0xa4 is 'sheqel sign' in windows-1255 and 'generic currency sign' in "hebrew" charset/iso 8859-8, according to wikipedia.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user