Christopher Dimech <[email protected]> writes:

> Am having several lines as below and need help finding problems with the code.

You don't show us the code, so....

>
> l.1145: Unicode char @u8:⁢ not defined for Texinfo

When I point point on that character, M-x describe-char RET shows it is
character #x2062. I don't think tex has out-of-box support for this. I
believe that you need to add something like

@iftex
\DeclareUnicodeCharacter{2062}{\,}
@end iftex

Leo


             position: 551 of 7537 (7%), column: 25
            character: ⁢ (displayed as ⁢) (codepoint 8290, #o20142, #x2062)
              charset: unicode (Unicode (ISO10646))
code point in charset: 0x2062
               script: symbol
               syntax: .        which means: punctuation
             to input: type "C-x 8 RET 2062" or "C-x 8 RET INVISIBLE TIMES"
          buffer code: #xE2 #x81 #xA2
            file code: #xE2 #x81 #xA2 (encoded by coding system utf-8-unix)
              display: terminal code #xE2 #x81 #xA2

Character code properties: customize what to show
  name: INVISIBLE TIMES
  general-category: Cf (Other, Format)
  decomposition: (8290) ('⁢')


Reply via email to