Fix for next iteration of SF bug 115690 (Unicode headaches in IDLE).  The
parsing functions in support of auto-indent weren't expecting Unicode
strings, but text.get() can now return them (although it remains muddy as
to exactly when or why that can happen).  Fixed that with a Big Hammer.
1 file changed