Hey, that log trace reminds me, the log message there about
what charset encoding is being used to interpret the form:
in modules/tcl/form.tcl
in ns_getform:
ns_log Notice "ns_getform using encoding $encoding for charset $charset"
Someone should probably remove that log message, it is really
only useful for people debugging i18n encoding problems.
The idea is that ns_getform needs to know what character set
a submitted form was encoded in ,so it knows what conversion
is needed when parsing the form query vars into Tcl vars.