
fputws(JapaneseChars,pFile); Doesn't work
Why?
I have a feeling that its geting mixed up with the Unicode options.
If I do AfxMessageBox(JapaneseChars) it shows me the correct
characters. However I can't seem to find a way to print these to a
file. I get garbage back. w EgyVP ?t^ with fputws() and just one
character with fputs() 6 and then a dot mid way up the line.
Any possible leads for me to follow would be great.
Thanks