When testing my test c++ code, the English and Chinese characters are displayed correctly, but the Thai characters lead to ???
. I am using Visual Studio as IDE.
This is my code
#include <iostream>
using namespace std;
int main()
{
std::cout << "Hello World!\n";
cout << "ยบางนา-ตราด 25 แขวงบางนาเหนือ 10260 บางนา กรุงเทพฯ 我爱北京天安门" << endl;
}
Here is the result
Hello World!
??????-???? 25 ?????????????? 10260 ????? ???????? 我爱北京天安门