Hi Felix

Is it possible that the command:
mkgmap:country ~ '(GRC)'

is not working properly for lines that are no address.

That rule only matches if mkgmap:country is exactly: GRC

If you want to match literal parenthesis you need '\(GRC\)'
and since the pattern has to match the whole name you maybe
want something like this: '.*\(GRC\).*'

As we discussed before, I think it would make sense to allow the
match to occur anywhere in the string.

..Steve
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to