TsgCADtoDWG.DWGCodePage

TsgCADtoDWG

  Classes Reference > Writing to file > TsgCADtoDWG > TsgCADtoDWG Properties >

TsgCADtoDWG.DWGCodePage

TsgCADtoDWG

Previous pageReturn to chapter overviewNext page

property DWGCodePage: Word;

Description

Gets the drawing code page; set to the system code page when a new drawing is created, but not otherwise maintained by AutoCAD.

The list of Windows code pages:

 

Single Byte Character Set (SBCS):

1250: Windows Latin 2 (Central Europe)

1251: Windows Cyrillic

1252: Windows Latin 1 (ANSI)

1253: Windows Greek

1254: Windows Latin 5 (Turkish)

1255: Windows Hebrew

1256: Windows Arabic

1257: Windows Baltic

1258: Windows Vietnamese

874: Windows Thai

 

Double Byte Character Set (DBCS):

932: Japanese Shift-JIS

936: Simplified Chinese GBK

949: Korean

950: Traditional Chinese Big5

 

Go to CAD VCL Enterprise