Jean-Marc Lasgouttes wrote:
> I thought LuaTeX could use encdings other than utf8. Is utf8 the 
> default? And does it use the same packages as XeTeX?

LuaTeX can use other encodings, but not with non-tex fonts. So if 
\use_non_tex_fonts is true (this is what you want to check for, right?), the 
encoding of the file must be utf8.

If other encodings are used, LuaTeX uses the "luainputenc" package, which has 
the same syntax than inputenc, i.e.

\usepackage[<enc>]{luainputenc}

Maybe we have to care about that.

The font packages are the same (basically fontspec).

Jürgen

Reply via email to