logo separator

[mkgmap-dev] Assertion error with r3350

From Steve Ratcliffe steve at parabola.me.uk on Fri Nov 21 09:58:13 GMT 2014

Hi Gerd

> for SimpleStreetPhoneNumber are a bit confusing.
> I don't understand the (or A) in  "If the string is not all numeric (or A) "

The code converts from base 11 to a string using a general routine so
that it uses 0123456789A in the same way that hexadecimal uses
0123456789ABCDEF.

Since that routine is not used elsewhere, we could make it specific
to base 11 and replace String digit = 
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
with "0123456789-"

..Steve


More information about the mkgmap-dev mailing list