Unicode
Posted: Wed Jan 22, 2003 9:52 pm
Hi,
Just wondering if anyone can tell me where I can find an in depth article on using unicode in c++ apps.
I want to make it completely unicode compatible, also I need to know what unicode c functions to substitute for the standard ansi string functions (string.h).
If it is not that difficult then could some just tell me here.
I know that strings should be placed inside the _T() macro, and I am supposed to use TCHAR instead of char but what includes do I use and what c functions do I use to manage the strings.
thanks.
Just wondering if anyone can tell me where I can find an in depth article on using unicode in c++ apps.
I want to make it completely unicode compatible, also I need to know what unicode c functions to substitute for the standard ansi string functions (string.h).
If it is not that difficult then could some just tell me here.
I know that strings should be placed inside the _T() macro, and I am supposed to use TCHAR instead of char but what includes do I use and what c functions do I use to manage the strings.
thanks.