Searched refs:encoding (Results 1 - 10 of 10) sorted by relevance

/inkscape/share/extensions/
H A Dnew_glyph_layer.py32 self.encoding = sys.stdin.encoding
33 if self.encoding == 'cp0' or self.encoding is None:
34 self.encoding = locale.getpreferredencoding()
38 unicode_chars = self.options.unicodechars.decode(self.encoding)
H A Dsvg_and_media_zip_output.py37 - consider switching to lzma in order to allow cross platform compression with no encoding problem...
60 self.encoding = "cp437"
62 self.encoding = "latin-1"
122 z.write(absref, image_path.encode(self.encoding))
126 z.write(os.path.join(self.tmp_dir, absref), image_path.encode(self.encoding))
142 z.write(dst_file,docstripped.encode(self.encoding)+'.svg')
H A Dtar_layers.py64 self.encoding = "cp437"
66 self.encoding = "latin-1"
H A Dnicechart.py151 self.OptionParser.add_option("", "--encoding", action="store",
152 type="string", dest="encoding", default='utf-8',
153 help="encoding of the CSV file, e.g. utf-8")
231 encoding = self.options.encoding.strip() or 'utf-8'
239 value = line.decode(encoding).split(csv_delimiter)
H A Dinkex.py56 current_locale, encoding = locale.getdefaultlocale()
/inkscape/src/libcroco/
H A Dcr-enc-handler.c39 enum CREncoding encoding; member in struct:CREncAlias
78 *@a_enc: the encoding of the Handler.
80 *Gets the instance of encoding handler.
90 for (i = 0; gv_default_enc_handlers[i].encoding; i++) {
91 if (gv_default_enc_handlers[i].encoding == a_enc) {
101 *@a_alias_name: the encoding name.
102 *@a_enc: output param. The returned encoding type
105 *Given an encoding name (called an alias name)
106 *the function returns the matching encoding type.
124 *a_enc = gv_default_aliases[i].encoding;
[all...]
H A Dcr-enc-handler.h65 *the encoding conversions stuffs in
71 enum CREncoding encoding ; member in struct:_CREncHandler
/inkscape/src/xml/
H A Drepr-io.cpp81 encoding(0),
99 if ( encoding ) {
100 g_free(encoding);
101 encoding = 0;
112 char const* getEncoding() const { return encoding; }
117 char* encoding; member in class:XmlSource
167 encoding = g_strdup("UTF-16BE");
170 encoding = g_strdup("UTF-16LE");
173 encoding = g_strdup("UTF-8");
644 out->writeString( "<?xml version=\"1.0\" encoding
[all...]
/inkscape/share/filters/
H A Dsamplify.py159 print etree.tostring(tout, encoding='UTF-8')
/inkscape/CMakeScripts/
H A Dcmake_consistency_check.py283 # test encoding
292 for l in open(f, "r", encoding="utf8"):

Completed in 24 milliseconds