Re: Aw: Re: Re: Re: Native TTF name sometimes contains crap
Werner LEMBERG <[email protected]> Sun, 05 Sep 2021 02:26:25 +0000 (UTC)
| Newsgroups | gmane.comp.fonts.freetype.user |
|---|---|
| Message-ID | <[email protected]> |
> Yes, for sure, hex values are more accurate.
>
> So ftdump returns "\U+009E\U+004F" which is the correct name, so
> ftdump is doing something I do not know about.
>
> When I call the get-name-function as shown, the returned value is
> 0x7e 0xd1 0x4f 0x53
I guess it's rather
0xb8 0xd1 0x4f 0x53
right?
> So when it is a Mojibake-problem - is ftdump workarounding this? If
> yes: how?
Please send me the problematic font off-list. It's too hard otherwise
to analyze the issue.
Werner