Torsten Bögershausen [off-list ref] 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.