Searched refs:encoding (Results 1 – 2 of 2) sorted by relevance
58 def decode(var, encoding): argument66 if encoding:67 ret = var.decode(encoding)117 def build_xml_doc(self, encoding=None): argument132 test_suite_attributes["name"] = decode(self.name, encoding)138 test_suite_attributes["hostname"] = decode(self.hostname, encoding)140 test_suite_attributes["id"] = decode(self.id, encoding)142 test_suite_attributes["package"] = decode(self.package, encoding)144 test_suite_attributes["timestamp"] = decode(self.timestamp, encoding)146 test_suite_attributes["file"] = decode(self.file, encoding)[all …]
30 # This tag specifies the encoding used for all characters in the configuration31 # file that follow. The default is UTF-8 which is also the encoding used for all917 # This tag can be used to specify the character encoding of the source files918 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses927 # This tag can be used to specify the character encoding of the source files929 # character encoding on a per file pattern basis. Doxygen will compare the file930 # name with each pattern and apply the encoding instead of the default932 # form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding