我已经找到了许多编程语言的问题的答案,除了C,使用Windows API.请不要回答C++.考虑以下:
#include <windows.h> char *string = "The quick brown fox jumps over the lazy dog"; WCHAR unistring[strlen(string)+1];
我可以使用什么函数来填充字符串中的字符的unistring?
c windows unicode ascii
ascii ×1
c ×1
unicode ×1
windows ×1