<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>&gt; Date: Fri, 21 Nov 2014 09:58:13 +0000<br>&gt; From: steve@parabola.me.uk<br>&gt; To: mkgmap-dev@lists.mkgmap.org.uk<br>&gt; Subject: Re: [mkgmap-dev] Assertion error with r3350<br>&gt; <br>&gt; Hi Gerd<br>&gt; <br>&gt; &gt; for SimpleStreetPhoneNumber are a bit confusing.<br>&gt; &gt; I don't understand the (or A) in  "If the string is not all numeric (or A) "<br>&gt; <br>&gt; The code converts from base 11 to a string using a general routine so<br>&gt; that it uses 0123456789A in the same way that hexadecimal uses<br>&gt; 0123456789ABCDEF.<br>&gt; <br>&gt; Since that routine is not used elsewhere, we could make it specific<br>&gt; to base 11 and replace String digit = <br>&gt; "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";<br>&gt; with "0123456789-"<br>&gt; <br>&gt; ..Steve<br>&gt; _______________________________________________<br>&gt; mkgmap-dev mailing list<br>&gt; mkgmap-dev@lists.mkgmap.org.uk<br>&gt; http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev<br></div>                                               </div></body>
</html>