<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>> > Not sure if this is true. You use a rather complex method to sort<br><div>> > the road names before writing the img file. If I got it right, you use<br>> > a simple sort method which uses String.compareTo()<br>> > when you sort the index entries.<br>> <br>> Where is that? I did see that I have some String.equals() instead<br>> of collator.compare() tests in the mdr still. I am changing the<br>> ones I find.<br><br>Sorry, I thought that in Mdr7.java the line<br>Collections.sort(sortedStreets); <br>is sorting strings, but it is not. So forget that.<br><br>Gerd<br></div>                                            </div></body>
</html>