When line starts with '-' or other punctuation

Jos Dirks <[email protected]> Tue, 15 Dec 2009 06:41:34 -0800 (PST)
Newsgroups gmane.comp.gnu.aspell.user
Message-ID <[email protected]>
Hello,

I'm a newbie on aspell and I'm already lost.

I'm using aspell and it works almost perfect:
aspell.exe -a --lang=nl --add-extra-dicts=nl_extra.rws --add-extra-dicts=..\gebruiker\gebr_woorden.rws --ignore-case <  text.tmp

However, when a line in text.tmp starts with a '-', '#', '*' or some other punctuation aspell ingores the whole line.
Removing a '-', '#', '*' or some other punctuation and the beginning of a text-line will return excellent result.

//begin example

AFWEGING
U heeft voor uw zoon een aanvraag ingediend voor een indicatie voor de functie(s): 

-    Begeleiding individueel Er is geconstateerd dat uw zoon de volgende diagnose heeft:
-    Aandachtstekortstoornis met hyperactiviteit, overwegend onoplettendheid type (ADD)

Onderstaande inventarisatie van de problematiek/beperkingen is tot stand gekomen op basis van schriftelijk aangeleverde informatie en een telefonisch gesprek.

//end example

Does anyone has a solution for this?

kind regards,

Jos