Vladimir Volovich writes: >"AK" == Akira Kakuto writes: > > AK> - $s =~ s:[\\\"]:\\&1:g ; # quote double-quote and backslash > AK> + $s =~ s:[\\\"]:\\$1:g ; # quote double-quote and backslash > >this ought to be > > $s =~ s:([\\\"]):\\$1:g ; # quote double-quote and backslash > Great work, now xindy 2.4 (TL 2010) works fine on windows. Thanks to all, Robert