Hi Steve,
> > Not sure if this is true. You use a rather complex method to sort
> > the road names before writing the img file. If I got it right, you use
> > a simple sort method which uses String.compareTo()
> > when you sort the index entries.
>
> Where is that? I did see that I have some String.equals() instead
> of collator.compare() tests in the mdr still. I am changing the
> ones I find.

Sorry, I thought that in Mdr7.java  the line
Collections.sort(sortedStreets);
is sorting strings, but it is not. So forget that.

Gerd