Heiko Voigt schrieb: > Are there any problems with '\0' and tr other than swallowing of it. I can't tell. But the commits ae90e16..aab0abf are interesting to study in w.r.t. portability. > In > case not I would just change > > tr "\0" "\n" > to > tr -d '\0' In which case I'd suggest that you call tr only once, in isascii(): tr -d '[ -~]\0' -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html