forked from organicmaps/organicmaps
Add '<', '=', '>' as search delimeters.
This commit is contained in:
parent
7e5bef0e69
commit
45cb83d183
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ namespace utf8_string
|
|||
{
|
||||
case ':':
|
||||
case ';':
|
||||
case '<':
|
||||
case '=':
|
||||
case '>':
|
||||
case '[':
|
||||
case ']':
|
||||
case '\\':
|
||||
|
|
Loading…
Add table
Reference in a new issue