Overpass-API icon indicating copy to clipboard operation
Overpass-API copied to clipboard

Allow to use tag values ​​with letters from non-Latin alphabet without quotes

Open deevroman opened this issue 8 months ago • 0 comments

Now you can write:

nwr[name~test];
out;

But it doesn't work for non-latin characters

nwr[name~тест];
out;

I understand that special characters may be reserved (for example, ], , and spaces are currently used nwr[name~test, i];). But it is unlikely that the letters of such alphabet will be used as special characters. So why not allow them to be used without quotes?

deevroman avatar May 05 '25 14:05 deevroman