Are L'A' and 'A' totally same?
- by Benjamin
When we write a program which supports both unicode and multibytes,
we often use _T("some string") macro for strings.
But, does a character also need to wrap this macro?
Are L'A' and 'A' totally same?
Don't we need to use _T('A') for a character?