23 Oct
2004
23 Oct
'04
9:31 p.m.
Well... I've been tracking down a bug that's turned into touching several areas. Basically there are issues with non-ascii filenames.
One way to correct this on windows is to play with _wfopen() instead of fopen(). I've tracked down about 14 occurances of the latter.
I want to kill them!!!
I'm currently planing on either using FileHandle or some other class to encapsulate file opening in a single place.