On Jun 29, 2010, at 5:39 PM, Hamid Haji wrote:

> I noticed that some index topics did not appear in the merged file. This
> happens when a topic includes sequential page number references showing the
> first and the last of the sequence as:
> 
> apples	10–11, 120–124

Change
	$PageNumberRangeMark = Cast to String '-' # hyphen
to
	$PageNumberRangeMark = Cast to String '–' # en-dash

near the beginning of the macro. It was a hyphen in your sample.


Kino