On Sat, 7 Oct 2006, Klaus Schmidinger wrote:
> Maybe it would be even better to just replace isalnum() with
> isprint(). That would allow all printable characters, plus the
> blank.
> Can you please try if that works for you?
isprint is a good choice, works well :).
Boguslaw Juza