Peter Kümmel wrote:
> So why should Jürgen's patch not be correct?
> When from_utf8 is used then we need a utf8 encoding.
Several things need to be considered:
- Is it correct to always use utf8 for preview? Basically, this breaks
preview-latex for older distributions that do not feature utf8. Ideally, we
should use the encoding of the document (if possible).
- I don't know how preview-latex actually works, but what about systems and
languages where inputenc is not desired (XeTeX, CJK), or where another
inputenc option would be desired (utf8x)?
So I fear that hardcosing \usepackage[utf]{inputenc} will not cover all cases.
A better solution might become easier with Georgs/Uwes pending patch.
Jürgen