From 313d77761c2ce5f8ab200a666de5948a67f26fcf Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 1 Feb 2007 08:10:45 +0000 Subject: [PATCH] * include/freetype/ttnameid.h (TT_MS_LANGID_DZONGHKA_BHUTAN): Explain why applications shouldn't use it. Found by Alexei. --- ChangeLog | 5 +++++ include/freetype/ttnameid.h | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1519712e5..68153034d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-01 Werner Lemberg + + * include/freetype/ttnameid.h (TT_MS_LANGID_DZONGHKA_BHUTAN): + Explain why applications shouldn't use it. Found by Alexei. + 2007-02-01 Alexei Podtelezhnikov >apodtele@gmail.com> * builds/unix/freetype2.m4 (AC_CHECK_FT2): Fix spelling of warning diff --git a/include/freetype/ttnameid.h b/include/freetype/ttnameid.h index 7e6be7cf5..b9acbdad1 100644 --- a/include/freetype/ttnameid.h +++ b/include/freetype/ttnameid.h @@ -698,6 +698,15 @@ FT_BEGIN_HEADER #define TT_MS_LANGID_MONGOLIAN_MONGOLIA /* Cyrillic */ 0x0450 #define TT_MS_LANGID_MONGOLIAN_MONGOLIA_MONGOLIAN 0x0850 #define TT_MS_LANGID_TIBETAN_CHINA 0x0451 + /* Don't use the next constant! It has */ + /* (1) the wrong spelling (Dzonghka) */ + /* (2) Microsoft doesn't officially define it -- */ + /* at least it is not in the List of Local */ + /* ID Values. */ + /* (3) Dzongkha is not the same language as */ + /* Tibetan, so merging it is wrong anyway. */ + /* */ + /* TT_MS_LANGID_TIBETAN_BHUTAN is correct, BTW. */ #define TT_MS_LANGID_DZONGHKA_BHUTAN 0x0851 #if 0