<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Steve,<br><br>I looked at this again. I think the comment disturbed me because<br>there is also an example "4a" and I first wondered if there is really <br>a special treatment for this, and the old (wrong) code did not show<br>so clearly what was really meant.<br>I've attached a small patch to improve the comments.<br><br>Gerd<br><br><div>> Date: Fri, 21 Nov 2014 09:58:13 +0000<br>> From: steve@parabola.me.uk<br>> To: mkgmap-dev@lists.mkgmap.org.uk<br>> Subject: Re: [mkgmap-dev] Assertion error with r3350<br>> <br>> Hi Gerd<br>> <br>> > for SimpleStreetPhoneNumber are a bit confusing.<br>> > I don't understand the (or A) in "If the string is not all numeric (or A) "<br>> <br>> The code converts from base 11 to a string using a general routine so<br>> that it uses 0123456789A in the same way that hexadecimal uses<br>> 0123456789ABCDEF.<br>> <br>> Since that routine is not used elsewhere, we could make it specific<br>> to base 11 and replace String digit = <br>> "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";<br>> with "0123456789-"<br>> <br>> ..Steve<br>> _______________________________________________<br>> mkgmap-dev mailing list<br>> mkgmap-dev@lists.mkgmap.org.uk<br>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                            </div></body>
</html>