unicode - Visual Studio 2005 .vcproj files won't stay encoded as UTF-8 -
Issue: I edit a .vcproj file, save it as UTF-8 (and in the XML header Specify), and when I call it VS Opens in, next time it saves it, then returns the encoding CP-1255/1252/1251 (depending on the local settings on the machine).
This has become a problem of our R & D, because whenever a person does .vcproj, the encoding changes according to their machine's configuration. How can I configure VS to use UTF-8 and stop this ANSI encoding dance back and forth?
Cheap answer: All Dev PC has the same localized setting.
Comments
Post a Comment