I've recently decided it would be fun to learn to read Kana, and got it into my head to write my own training program with Perl. It would show a character and have you type in the pronunciation (learning to read words is next on my list) for it.
My problem is that I don't have a suitable input/output medium for displaying the characters. I'm on windows and the console doesn't display the character properly (or rather, writes a few characters). I tried Tk but got the same output as with the command prompt along with an error about it being too wide (would
help?).
suggested I output to HTML, but my goal is not a CGI app, which is what I assume this would involve.