On 22 July 2013 12:48, Marc Tompkins <marc.tompk...@gmail.com> wrote:

>
>
> You'd be better off skipping TREE entirely and going pure-Python.  TREE -
> being Unicode-naive - can't deal with any foreign-alphabet characters
> beyond the few baked in alongside the box-drawing characters; they all get
> turned into question marks.  I'm guessing that's not an issue on your own
> computer, but if you ever want to deal with files from other people...
>

so I should just walk the python27 tree and write my own box drawing chars?
Or is there a more global alternative to DOS box-drawing chars to
illustrate a tree structure, other than graphic processing?
-- 
Jim
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to