#include using namespace std; int main(int argc, char* argv[]) { wstring str = L"‚ "; cout << str.length() << endl; return 0; }