What do you mean by "If I reverse the string, it shows what I expect."?
On Monday, 24 September 2012 07:36:27 UTC-5, Tim Richardson wrote: > > 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' > > > > > --

