Hi,
- A quick look at the ListFilter class in mwdumper indicates it
isn't normalizing "_" to " ", though all the XML processing will be using spaces. Ensure that your list uses spaces rather than underscores.
Thanks, Brion, this was exactly the problem. Enclosed is a tested patch to perform the conversion, and a patch to fix up the gcj Make build.
- Chris.