[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] inconsistent definition in ttnameid.h & TrueType v1.66
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] inconsistent definition in ttnameid.h & TrueType v1.66 |
Date: |
Wed, 12 Sep 2001 21:43:10 +0200 (CEST) |
> According to the information from
> TrueType v1.66
>
> Platform ID = 3 (Microsoft)
> the Encoding ID of GB2312 = 4
> the Encoding ID of big5 = 3
>
> However, I have found that
> in ttnameid.h
> TT_MS_ID_GB2312 = 3
> TT_MS_ID_BIG_5 = 4
>
> Which one is correct?
ttnameid.h is correct. The wrong values in v1.66 has been fixed in
the OpenType specification (at least in the latest version).
Werner