Hello,
I'm working on a winapp csproject using Visual Studio 2008 on Vista (polish locale) The problem appears when I build project on Win Server 2003 (english locale) - then polish diacritic is gone.
I investigated that the issue is caused by improper source file encoding. It looks that source files aren't in UTF-8. Is there a way to force VS to use Unicode always, instead of weird ISO-something?
Thanks in advance,
Tomasz