If you put repeated dashes in a question title, Q2A doesn't condense them down to one.
Also, accented characters stay the same. This isn't a huge problem but it would be nice to have the option to convert to regular ASCII just to make things simpler. This can be done quite easily with the strtr function,
e.g. $addr = strtr($addr, "äåö", "aao");
So ideally for me, the slug for this question would be:
bug-repeated-dashes-in-question-slug-and-accents
Possibly shortened if words like 'in' or 'and' are removed. What do you think?
EDIT: okay well the dashes issue works fine on here, have you made some changes in the most recent version? The demo site kept the dashes in.