[editor] validate name for greece language

This commit is contained in:
Arsentiy Milchakov 2017-12-05 13:03:26 +03:00 committed by Ilya Grechuhin
parent 53a5720c4e
commit 0784d50dc7

View file

@ -778,7 +778,7 @@ bool EditableMapObject::ValidateName(string const & name)
return false;
}
std::u32string const excludedSymbols = U"^~§><{}[]*=_±\n\t\r\v\f|√•π÷׶°";
std::u32string const excludedSymbols = U"^~§><{}[]*=_±\n\t\r\v\f|√•÷׶°";
for (auto const ch : u32name)
{