| Unicode to ascii conversion - CoderSource.net | | Unicode programming is supposed to be easier with windows. But there are certain weird instances when we need to write some weird code too. This sample presents a code written in such a situation.
Usually if anybody wants to do unicode programming in MFC this is what will be done.
1. Make all the declarations using TCHAR type.
2. Use all the functions related to TCHAR
3. do a #define unicode.
|