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:
rosenfield.albert
2008-10-26 23:18:45 +00:00
parent bc3929bf50
commit b839a8031a

View File

@ -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