Making an ncurses file manager in Perl. (Does Perl even have ncurses bindings?)
It would be a good excuse for learning Perl and I'd rather not deal with the bullshit of Unicode libraries. I just want everything to be UTF-8 by default, because that's what my system uses and I have tons of files with weeb filenames.
... Perl handles UTF-8 out of the box, right? Right? ;_;