+---------- On Oct 15, Jeff Hobbs said: > My guess is that whatever finally outputs (to stdout?) isn't doing > the conversion correctly. Perhaps 'fconfigure stdout' will show > something not correct?
The output doesn't go to stdout. Indeed, the output doesn't go through the Tcl channel mechanism at all. I investigated this at length a couple of years ago at ArsDigita and hacked some fixes/workarounds into AOLserver. That was the major difference between 3.3+ad13 and stock 3.3. See <http://dqd.com/~mayoff/encoding-doc.html>. Note that this document describes the behavior of AOLserver with the ArsDigita patches.
