On 30 December 2015 at 23:24, Werner LEMBERG <[email protected]> wrote:
>
> Processing the attached document with luatex, I get
>
>   ! Undefined control sequence.
>   l.7 which assigns the symbols *, †, ‡, §
>                                              , ¶ to
>
> It works just fine with pdtex.  A bug?

I think the "Undefined control sequence" message comes for an active
character (that is, a byte with category code 13) which doesn't have a
definition. This would be hex c2. Does luatex change the category
codes of bytes 80-ff at all?

†, ‡ begin hex e2, that probably accounts for why they don't break.

You could try the attached file and send the log here to see if we can
find any enlightenment from it. It should have lines like

Â->@UTFviiiTwoOctets Â

@UTFviiiTwoOctets #1#2->@expandafter @UTFviiiDefined @csname u8:#1@string #2@en
dcsname
#1<-Â
#2<-§

(Â is hex c2 in Latin-1.)

Attachment: aaa.texinfo
Description: TeXInfo document

Reply via email to