shithub: freetype+ttf2subf

Download patch

ref: 313d77761c2ce5f8ab200a666de5948a67f26fcf
parent: 4b2e83d5b59f3beeb043a80bcf289a33500f0fff
author: Werner Lemberg <[email protected]>
date: Thu Feb 1 03:10:45 EST 2007

* include/freetype/ttnameid.h (TT_MS_LANGID_DZONGHKA_BHUTAN):
Explain why applications shouldn't use it.  Found by Alexei.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-01  Werner Lemberg  <[email protected]>
+
+	* include/freetype/ttnameid.h (TT_MS_LANGID_DZONGHKA_BHUTAN):
+	Explain why applications shouldn't use it.  Found by Alexei.
+
 2007-02-01  Alexei Podtelezhnikov  >[email protected]>
 
 	* builds/unix/freetype2.m4 (AC_CHECK_FT2): Fix spelling of warning
--- a/include/freetype/ttnameid.h
+++ b/include/freetype/ttnameid.h
@@ -698,6 +698,15 @@
 #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