Format for ReadCharacter()
Posted: Sat Jun 27, 2009 1:01 pm
We have ReadStringFormat() to detect the file format. But when we want to read characters from it, we're stuck with reading one or two bytes depending on the program's unicode mode. It's not possible to use the detected information to read a single character correctly.