I have a .Net 2.0 app that uses UnicodeEncoding.Unicode when saving to a file when the data contains foreign characters this works fine on Windows XP and Vista but not on Windows 7, on Windows 7 I get a question marks ???? in the file (text file) instead of the correct characters. Any ideas where I should look?
Thanks