property cc::$xml_known_encodings in Constant Contact 6.2
Same name and namespace in other branches
- 6.3 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
File
- ./
class.cc.php, line 147
Class
- cc
- @file
Code
var $xml_known_encodings = array(
'UTF-8',
'US-ASCII',
'ISO-8859-1',
);