forked from organicmaps/organicmaps
Do not use wcout in console.
This commit is contained in:
parent
87dac6640a
commit
2ff43f26b7
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ namespace feature
|
|||
{
|
||||
if (it->second.first <= MIN_OCCURRENCE)
|
||||
break;
|
||||
wcout << it->second.first << " " << std::wstring(it->first.begin(), it->first.end());
|
||||
cout << it->second.first << " " << strings::ToUtf8(it->first);
|
||||
cout << " \"" << it->second.second << "\"" << endl;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue