forked from organicmaps/organicmaps
[editor] validate name for greece language
This commit is contained in:
parent
53a5720c4e
commit
0784d50dc7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue