Index: openacs-4/packages/acs-automated-testing/tcl/http.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/http.tcl,v diff -u -N -r1.2.2.5 -r1.2.2.6 --- openacs-4/packages/acs-automated-testing/tcl/http.tcl 21 Apr 2017 15:43:47 -0000 1.2.2.5 +++ openacs-4/packages/acs-automated-testing/tcl/http.tcl 30 Jun 2017 17:23:07 -0000 1.2.2.6 @@ -1133,7 +1133,7 @@ # The spec says: "non-alphanumeric characters are replaced by '%HH'" # 1 leave alphanumerics characters alone # 2 Convert every other character to an array lookup - # 3 Escape constructs that are "special" to the tcl parser + # 3 Escape constructs that are "special" to the Tcl parser # 4 "subst" the result, doing all the array substitutions regsub -all \[^$alphanumeric\] $string {$formMap(&)} string @@ -1164,7 +1164,7 @@ # http::CharsetToEncoding -- # -# Tries to map a given IANA charset to a tcl encoding. +# Tries to map a given IANA charset to a Tcl encoding. # If no encoding can be found, returns binary. #