On Fri, 16 Dec 2011, Allin Cottrell wrote:
My proposed fix is that we always output TeX in UTF-8, regardless of
the
platform and the system text encoding. This means that when we output
"complete" TeX files (with a header) they will include:
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
Does anyone see a problem with this? Or have an alternative solution?
Sorry, that's not quite accurate. The above-mentioned \usepackage
instructions to LaTeX would NOT be included if
(a) gretl was compiled with the --disable-nls switch or
(b) gretl is running in English.
But they would be included (and output would be UTF-8 encoded)
in all other cases, under my proposal.
Allin