help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unicode char @u8:⁢ not defined for Texinfo


From: Leo Butler
Subject: Re: Unicode char @u8:⁢ not defined for Texinfo
Date: Fri, 08 Jan 2021 06:37:34 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Christopher Dimech <dimech@gmx.com> 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

[Prev in Thread] Current Thread [Next in Thread]