Torsten Bögershausen <tbo...@web.de> writes:

> a) in readdir we die() when iconv_open() fails, and we could/should do
> that in void precompose_argv() as well?

Probably.

> b) Should die("txt") be converted into die(_("txt")) to be able to
> translate the message?

I do not even know what die("txt") is trying to tell to
English-speaking users, so I dunno ;-).  The message needs to be
updated to human readable form and then annotated with _(), I guess.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to