In web2py 2.0.9 source I'm printing a variable which is a string including the substring ×tamp1 which gets rendered in the debugger as x (that is, "×" become the cross being a multiplication symbol If I reverse the string, it shows what I expect. The minimal testcase is to do this in the debugger console teststring='×tamp"
--

