How do I get Visual Studio 2010 to save generated files in UTF-8 or ANSI?
Posted
by Frank
on Stack Overflow
See other posts from Stack Overflow
or by Frank
Published on 2010-06-09T16:56:52Z
Indexed on
2010/06/09
18:32 UTC
Read the original article
Hit count: 150
visual-studio-2010
Hi,
My Visual Studio 2010 project creates resource.h when compiled but does creates the file in UTF-16. How do I get VS 2010 to generate this file in either UTF-8 or ANSI?
Note: I need this to happen automatically. So, re-opening the file and resaving it is not an option.
Thanks.
© Stack Overflow or respective owner