property cc::$xml_known_encodings in Constant Contact 6.3
Same name and namespace in other branches
- 6.2 class.cc.php \cc::xml_known_encodings
- 7.3 class.cc.php \cc::xml_known_encodings
* A list of encodings we support for the XML file * * @access public
File
- ./
class.cc.php, line 211
Class
- cc
- @file
Code
var $xml_known_encodings = array(
'UTF-8',
'US-ASCII',
'ISO-8859-1',
);