I created C++ project with Visual Studio 2019, which prints russian and armenian characters. But in command line prints ?
Source.cpp
#include <iostream>
using namespace std;
int main() {
setlocale(LC_ALL, "ru");
cout << "\u053e абв";
return 0;
}
Output
? ???
In editor too
When I used UTF-8 it outputs this
╨░╨▒╨▓
When I add codepage 20861 displaying ? 6 times