[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Dec 2 17:42:23 PST 2013


 src/hb-ot-tag.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 205bf834d80f81471f0c3da4f400e60ce3a533dc
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Dec 2 20:41:41 2013 -0500

    Revert "Karen" language mapping back to what it was before
    
    https://bugzilla.mozilla.org/show_bug.cgi?id=941470

diff --git a/src/hb-ot-tag.cc b/src/hb-ot-tag.cc
index 17db47b..d9bc2f6 100644
--- a/src/hb-ot-tag.cc
+++ b/src/hb-ot-tag.cc
@@ -428,8 +428,8 @@ static const LangTag ot_languages[] = {
   {"kru",	HB_TAG('K','U','U',' ')},	/* Kurukh */
   {"ks",	HB_TAG('K','S','H',' ')},	/* Kashmiri */
   {"ksh",	HB_TAG('K','S','H',' ')},	/* Kölsch */
-  {"ksw",	HB_TAG('K','R','N',' ')},	/* S'gaw Karen */
-/*{"ksw",	HB_TAG('K','S','W',' ')},*/	/* S'gaw Karen (OpenType spec and SIL fonts) */
+/*{"ksw",	HB_TAG('K','R','N',' ')},*/	/* S'gaw Karen (Microsoft fonts?) */
+  {"ksw",	HB_TAG('K','S','W',' ')},	/* S'gaw Karen (OpenType spec and SIL fonts) */
   {"ku",	HB_TAG('K','U','R',' ')},	/* Kurdish [macrolanguage] */
   {"kum",	HB_TAG('K','U','M',' ')},	/* Kumyk */
   {"kv",	HB_TAG('K','O','M',' ')},	/* Komi [macrolanguage] */



More information about the HarfBuzz mailing list