hectorr
committed
on 17 Jul 18
Removed 'setResultEncoding' tdom option, which has no effect in Tcl > 8.0, and is removed in tdom > 0.9.0.

See upstream commit: http://tdomShow more
Removed 'setResultEncoding' tdom option, which has no effect in Tcl > 8.0, and is removed in tdom > 0.9.0.

See upstream commit: http://tdom.org/index.html/info/d729de4c396d71ff

From the old docs: http://tdom.org/index.html/artifact/2a79d8cf33feacf9

   dom setResultEncoding ?encodingName?

       This option is for backward compatibility with Tcl 8.0. If tDOM is build

       with any newer Tcl version this option does not has any effect.

       If encodingName is not given the current global result encoding is

       returned. Otherwise the global result encoding is set to encodingName.

       All character data, attribute values etc. will then be converted from

       UTF-8, which is delivered from the Expat XML parser, to the given 8 bit

       encoding at XML/DOM parse time. Valid values for encodingName are:

       utf-8, ascii, cp1250, cp1251, cp1252, cp1253, cp1254, cp1255, cp1256,

       cp437, cp850, en, iso8859-1, iso8859-2, iso8859-3, iso8859-4, iso8859-5,

       iso8859-6, iso8859-7, iso8859-8, iso8859-9, koi8-r.

Show less