(Sent from my phone.)

On 24/03/2009, at 23:43, David Kastrup <[log in to unmask]> wrote:

> Will Robertson <[log in to unmask]> writes:
>
>> Hi all,
>>
>> Don't forget that for utf8 encoded documents, the luatex and xetex
>> inputenc packages do *not* mess around with active characters or
>> whatever -- they prevent the legacy inputenc from doing so in the
>> first place.
>
> Wouldn't that preclude auxiliary files being written in LICR?

Licr support still works (or can still work) because the appropriate  
macros can still be defined (to eventually turn into the correct  
unicode character). However, user input is never transformed into a  
licr form internally.

But you do lose the advantages of the licr -- being able to throw an  
error, or recover by faking it, if the font doesn't contain a  
necessary glyph.

Will