io.encodings.8-bit: adding CP874.
parent
216057d255
commit
9cccb4de95
|
@ -95,6 +95,7 @@ SYNTAX: 8-BIT: scan-token scan-token scan-token load-encoding ;
|
|||
! 8-BIT: mac-icelandic mac-icelandic ICELAND
|
||||
! 8-BIT: mac-latin2 mac-latin2 LATIN2
|
||||
! 8-BIT: mac-turkish mac-turkish TURKISH
|
||||
8-BIT: windows-874 windows-874 CP874
|
||||
8-BIT: windows-1250 windows-1250 CP1250
|
||||
8-BIT: windows-1251 windows-1251 CP1251
|
||||
8-BIT: windows-1252 windows-1252 CP1252
|
||||
|
|
|
@ -50,7 +50,7 @@ CONSTANT: dbf-encodings H{
|
|||
{ 0x4D "cp936" }
|
||||
{ 0x4E "cp949" }
|
||||
{ 0x4F "cp950" }
|
||||
{ 0x50 "cp874" }
|
||||
{ 0x50 windows-874 }
|
||||
{ 0x57 windows-1252 }
|
||||
{ 0x58 windows-1252 }
|
||||
{ 0x59 windows-1252 }
|
||||
|
@ -67,7 +67,7 @@ CONSTANT: dbf-encodings H{
|
|||
{ 0x79 "cp949" }
|
||||
{ 0x7a "cp936" }
|
||||
{ 0x7b "cp932" }
|
||||
{ 0x7c "cp874" }
|
||||
{ 0x7c windows-874 }
|
||||
{ 0x7d windows-1255 }
|
||||
{ 0x7e windows-1256 }
|
||||
{ 0x86 "cp737" }
|
||||
|
|
Loading…
Reference in New Issue