Introduction - If you have any usage issues, please Google them yourself
Qt written a utility, batch convert* .h and* .cpp directory under the file as utf-8 format, and automatically add
#if _MSC_VER > 1600 // VC2010
#pragma execution_character_set( utf-8 )
#endif
more convenient version of the compiler vs2010