Well ain't this my lucky day!? I get to promote my very own module
CanvasDirTree. In which I emulate Gtk2's cool animated treeview widget on a Tk canvas. You can assign callbacks to the canvas elements, so you can essentially read any directory with straight Perl code ( which gets it's unicode right).
A couple of demos show how to use it.
As far as the Tk unicode problem you describe, it may have something to do with whether your system's terminals are set to display unicode? I can't swim well in unicode waters yet, I trust the system is setup correctly. :-)
You might want to look at Tk Characters or wait for unicode master graff to answer this.
PS. There is an old trick to put in your script:
$Tk::encodeFallback=1
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.