[External] problem with updmap

Norbert Preining norbert at preining.info
Thu Dec 15 06:39:21 CET 2022


Hi

(bit offline discussion, I suggested piping the failing text through od)

On Thu, 15 Dec 2022, Goodman, Frederick M wrote:
> 0000000    73  75  64  6f  20  2d  48  20  75  70  64  6d  61  70  2d  73
> 0000020    79  73  20  2d  2d  66  6f  72  63  65  c2  a0  2d  2d  65  6e
> 0000040    61  62  6c  65  c2  a0  4d  61  70  3d  6d  74  70  72  6f  32
> 0000060    2e  6d  61  70  0a

And here we go, there is the error
	--force --enable...
should be
	20 2d 2d 66 6f 72 63 65 20 2d 2d

But you have
	20 2d 2d 66 6f 72 63 65 c2 a0 2d 2d
So you have
	c2a0
instead of
	20

c2a0 is "Unicode non-breaking space" or something, so this is NOT a
proper space you have in your editor. Probably changed by the editor or
by something else.

Best

Norbert

--
PREINING Norbert                              https://www.preining.info
Mercari Inc.     +     IFMGA Guide     +     TU Wien     +     TeX Live
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13


More information about the texhax mailing list.