|
From: | kk |
Subject: | Re: ./doc/sed.texi:3368: unknown command `U' |
Date: | Mon, 5 Jun 2017 17:54:21 +0800 |
Hello,
> On Jun 4, 2017, at 22:11, kk <address@hidden> wrote:
>
> the error occur:
>
> | ./doc/sed.texi:3368: unknown command `U'
> | ./doc/sed.texi:3368: misplaced {
> | ./doc/sed.texi:3368: misplaced }
The failed commands are of the form:
@value{unicodeFFFD}
which is expanded to:
@ifnottex
@set unicodeFFFD @U{FFFD}
@end ifnottex
I've tested it to work with texinfo 6.3 .
Can you provide the version information for your system?
makeinfo --version
gcc --version
git describe (for the sed git revision)
Thanks,
- assaf
[Prev in Thread] | Current Thread | [Next in Thread] |