Does MFC _UNICODE support UTF-16?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi there! What happens to unicode characters outside the Basic Multilingual Plane when using 'unicode enabled' functions in MFC. Are they just invalid? It appears to me that the _UNICODE support enables UCS-2 encoding (the BMP) only. If I want to use UTF-16 encoding, must I go with _MBCS support? Thanks Jonnie