Index: openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl,v diff -u -r1.35 -r1.36 --- openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 24 Mar 2018 16:21:19 -0000 1.35 +++ openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 20 May 2018 11:23:00 -0000 1.36 @@ -213,8 +213,8 @@ # the sense of http://www.iana.org/assignments/character-sets) is # provided by ... # - # i. a static, built-in correspondence map: see nsd/encoding.c - # ii. an extensible correspondence map (i.e., the ns/charsets + # i. A static, built-in correspondence map: see nsd/encoding.c + # ii. An extensible correspondence map (i.e., the ns/charsets # section in config.tcl). # # For mapping charset to encoding names, I use @@ -225,8 +225,8 @@ # issues (non-extensibility from standard configuration sites, # incompleteness, redundant thread-local storing, scripted # implementation): - # 1. tcllib/mime package: ::mime::reversemapencoding() - # 2. tdom: tDOM::IANAEncoding2TclEncoding(); see lib/tdom.tcl + # 1. Tcllib/mime package: ::mime::reversemapencoding() + # 2. Tdom: tDOM::IANAEncoding2TclEncoding(); see lib/tdom.tcl # # RFC 3023 support (at least in my reading) demands the following