ShapefileSchema.CodePage Property
Gets or sets the code page to use for attribute names and string attribute values written to the Shapefile.
Syntax
public System.Int32 CodePage { get; set; }
Property Value
Default: 65001
A code page number for attribute names and string attribute values.
Remarks
The default value represents UTF-8. Please see ShapefileDataSet.CodePage for a list of other commonly used code pages.
Platforms
Windows, Linux, Android