logo separator

[mkgmap-dev] Command to transliterate Characters/Cyrillic/Greek into latin1 even for Unicode maps?

From Steve Ratcliffe steve at parabola.me.uk on Thu Sep 4 12:54:34 BST 2014

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


More information about the mkgmap-dev mailing list