You are here

property cc::$xml_known_encodings in Constant Contact 7.3

Same name and namespace in other branches
  1. 6.3 class.cc.php \cc::xml_known_encodings
  2. 6.2 class.cc.php \cc::xml_known_encodings

A list of encodings we support for the XML file

@access public

File

./class.cc.php, line 214
Constant Contact PHP Class

Class

cc
@file Constant Contact PHP Class

Code

var $xml_known_encodings = array(
  'UTF-8',
  'US-ASCII',
  'ISO-8859-1',
);