Tagged Questions
4
votes
2answers
7k views
tchar.h on linux
I am trying to write cross platform i18n C++ code. Since most linux system prefer to use UTF-8 as the character encoding, I thought that I should use string on linux and wstring on Windows. Is tchar.h ...