VC++ compilation
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
If I compile the code as a UNICODE built , which compilation would it be UTF-8 , UTF-16 or some other . I mean to say what support it would be UTF-8 or UTF-16. and If nothing what can be done to make it utf-8 if I am using wcstombs ,_wcslen functions ? Using MultiByteToWideChar is the solution ?
-
If I compile the code as a UNICODE built , which compilation would it be UTF-8 , UTF-16 or some other . I mean to say what support it would be UTF-8 or UTF-16. and If nothing what can be done to make it utf-8 if I am using wcstombs ,_wcslen functions ? Using MultiByteToWideChar is the solution ?