The CDFEncoding property is an optional string specifying the CDF encoding type.
Type
String (VT_BSTR)
Default
None
Remarks
This property is optional. If it is specified, use one of the currently defined encoding types, either "UCS-2" or "UTF-8". If this property is not set, no encoding type is explicitly defined in the CDF string. Clients usually default to "UTF-8".
Example
Set Project = CreateObject("Push.Project")
Project.CDFEncoding = "UCS-2"