2009-11-14 10:02:16 UTC
Hello,
I began researching the Unicode streams problem, in Step 12 and 13 of the tutorial.
I found that when saving a file, it is saved as ANSI, but then, when reading it, the buffering mechanism in the private DocView class TFileBuf, which tries to read the file as Unicode.
I am not sure yet, how to fix this problem - should the file be read always as ANSI? Should the file be detected if it is Unicode or ANSI? Should the developer be able to control with DocView flags whether ANSI or Unicode is used?
About the namespace problems - can you sned me the modified files, so I can apply the changes in th next update?
Jogy