I installed Project Open on ubuntu.
Whenever there is an empty string in tcl then the HTML forms contain a non-printable character instead.
What could cause the issue? Webserver is openACS / AOLServer
TCL Code: set email ""
(index.tcl)
ADP Code: email="@email@" (index.adp)
HTML output: <input type="text" name="email" value="?"
(when I save the web-page as htm file then the ? shows hex code 00 in a hex editor - not sure if this is correct. Anyway there should be no character between the "" for value)
UPDATE 1:
ADP Code: email="t@email@t" (index.adp)
HTML output: <input type="text" name="email" value="tt"
So it really seems to be an empty string. which gets messed up in the ADP file.
UPDATE 2:
according to evil otto's answer it seems to be a AOL Server bug
how to fix it?
nsd -V
AOLserver/4.5.1 (aolserver4_5)
CVS Tag: $Name: aolserver_v45_r1 $
Built: Apr 2 2014 at 08:27:37
Tcl version: 8.6
Platform: linux