I am using a wostream for outputting data to a file, minor problem, the wide-outpt-stream doe not output as wide...
the output is ANSI, ASCII or whatever you want to call it,
I runned it in debug, and found the characters are all unicode before I send the to the stream (<<) and I add no ascii characters
but my text file clearly showes ascii encoding in a hex viewer (unicode should show a lot of zeroes (and dots in the text view of my hex editor))
I tried to save the file in unicode with notepad, just to check what it should look like, so I am not making a mistake about this!!
the output is ANSI, ASCII or whatever you want to call it,
I runned it in debug, and found the characters are all unicode before I send the to the stream (<<) and I add no ascii characters
but my text file clearly showes ascii encoding in a hex viewer (unicode should show a lot of zeroes (and dots in the text view of my hex editor))
I tried to save the file in unicode with notepad, just to check what it should look like, so I am not making a mistake about this!!