Hi, I'd like to read from a text file, but one char at a time.

I can find plenty of info on how to read in strings and manipulate them from a text file, but not much helpful stuff on doing that with single chars from a block of text.

any suggestions?