I was wondering whether any of you have worked with creating an application which was converted to Unicode. If so what type of tests would you recommend prior to the translation\internationalization of the product.
Once UNICODE is defined, most will show themselves. WHat you need to be careful with is text strings. You will need to surround them with the _T macro. Also, use of char* should change to TCHAR. One more major issue is CString::GetLength. This functions as expected when you look at it but look at this situation
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.