On Tue, Aug 02, 2011 at 03:37:35PM +0200, walter harms wrote: > granted, ntl it would be nice to have a better error that "it does not work". > Perhaps (s-name) = position ? "illegal character at position %d",(s-name) ?
wfprintf(stderr, "illegal character %.1s\n", s); I'm sure everyone will flame me for mentioning wide char functions... ;-) If you'd rather, you could use a regex match for "." at s, or directly call mblen or something... Rich _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
