On Mon, Sep 24, 2012 at 6:02 PM, Tim Richardson <[email protected]> wrote: > > > On Tuesday, September 25, 2012 3:12:58 AM UTC+10, Massimo Di Pierro wrote: >> >> What do you mean by "If I reverse the string, it shows what I expect."? > > > I reversed the string teststring[::-1] just to make sure that it really did > still contain ×tamp
Do you mean "×" ? it seems to be an html entity (like ), maybe something in middle of the debugger and your browser is interpreting it instead of showing the pure string text. i don't remember if there is any special use case, and btw, the debugger console is very similar to the shell console, that has a longer history. Best regards, Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com --

