File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# !/bin/tclsh
2
2
source session.tcl
3
3
4
- puts " Content-Type: text/xml; charset=iso-8559 -1"
4
+ puts " Content-Type: text/xml; charset=iso-8859 -1"
5
5
puts " "
6
6
puts -nonewline " <?xml version='1.0' encoding='ISO-8859-1' ?><result>"
7
7
Original file line number Diff line number Diff line change 1
1
# !/bin/tclsh
2
2
source session.tcl
3
3
4
- puts " Content-Type: text/xml; charset=iso-8559 -1"
4
+ puts " Content-Type: text/xml; charset=iso-8859 -1"
5
5
puts " "
6
6
puts -nonewline " <?xml version='1.0' encoding='ISO-8859-1' ?><deviceList>"
7
7
Original file line number Diff line number Diff line change 1
1
# !/bin/tclsh
2
2
source session.tcl
3
3
4
- puts " Content-Type: text/xml; charset=iso-8559 -1"
4
+ puts " Content-Type: text/xml; charset=iso-8859 -1"
5
5
puts " "
6
6
puts -nonewline " <?xml version='1.0' encoding='ISO-8859-1' ?><favoriteList>"
7
7
Original file line number Diff line number Diff line change 1
1
# !/bin/tclsh
2
2
source session.tcl
3
3
4
- puts " Content-Type: text/xml; charset=iso-8559 -1"
4
+ puts " Content-Type: text/xml; charset=iso-8859 -1"
5
5
puts " "
6
6
puts -nonewline " <?xml version='1.0' encoding='ISO-8859-1' ?><functionList>"
7
7
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ load tclrpc.so
3
3
source session.tcl
4
4
source common.tcl
5
5
6
- puts " Content-Type: text/xml; charset=iso-8559 -1"
6
+ puts " Content-Type: text/xml; charset=iso-8859 -1"
7
7
puts " "
8
8
puts -nonewline " <?xml version='1.0' encoding='ISO-8859-1' ?><mastervalue>"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ load tclrpc.so
3
3
source session.tcl
4
4
source common.tcl
5
5
6
- puts " Content-Type: text/xml; charset=iso-8559 -1"
6
+ puts " Content-Type: text/xml; charset=iso-8859 -1"
7
7
puts " "
8
8
puts -nonewline " <?xml version='1.0' encoding='ISO-8859-1' ?><mastervalue>"
9
9
You can’t perform that action at this time.
0 commit comments