Ben Wing <ben(a)666.com> writes:
> GETTEXT is a no-op currently, and in any case would not be gettext(), but our
> own version referencing our own tables and using internal format.
Oh, of course, sorry.
The bug report I was looking at referred to a crash in our error()
function in a LANG=de_DE environment. Obviously the string _passed_ to
error contained the non-ASCII characters.
for example, what about this code in fileio.c:
error ("IO error reading %s: %s",
XSTRING_DATA (filename), strerror (saverrno));
now surely *this* is wrong or am I missing something again?
Gunnar