Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| I get the following messages when reading fr_Intro.lyx:
| 
| Error returned from iconv
| EILSEQ An invalid multibyte sequence has been encountered in the input.
| When converting from UCS-4 to UCS-2.
| Input: 0xff 0xff 0xff 0xab

Here the 0xff's really should have been 0x00.

| Error returned from iconv
| EILSEQ An invalid multibyte sequence has been encountered in the input.
| When converting from UCS-4 to UCS-2.
| 
| 0xab is for left guillemet and 0xbb right guillemet in latin1
| 
| I do not even know where to start to debug this.

I do.

This is typically caused by strange casting...

f.ex.

   foo('\xab')

on a foo that really takes a char_type (uint32_t).

Likely suspects are insetlatexaccent, insetspeialchar etc.
(insetlatexaccent must go.)

-- 
        Lgb

Reply via email to