Home > Back-end >  Dear bosses, vs how to implement and support UTF8 and ANSI code?
Dear bosses, vs how to implement and support UTF8 and ANSI code?

Time:04-19

Your bosses, vs in does not display a warning situation, how to realize the support both UTF8 and ANSI code?
And at the same time can only use a kind of coding?

CodePudding user response:

Char * s1="aaa". ANSI
Char * s2=u8 "aaa";//utf-8
Char * s3=u "aaa";//UTF - 16
Char * s4=U "aaa";//UTF - 32

CodePudding user response:

Learn the,,,,,,,,,,,