[HarfBuzz] harfbuzz: Branch 'master' - 2 commits

Behdad Esfahbod behdad at kemper.freedesktop.org
Fri Nov 2 13:53:29 PDT 2012


 src/hb-ot-tag.cc                                                        |    2 +
 test/shaping/texts/in-tree/shaper-default/MANIFEST                      |    2 +
 test/shaping/texts/in-tree/shaper-default/script-tifinagh/MANIFEST      |    1 
 test/shaping/texts/in-tree/shaper-default/script-tifinagh/misc/MANIFEST |    1 
 test/shaping/texts/in-tree/shaper-default/script-tifinagh/misc/misc.txt |   11 ++++++++++
 5 files changed, 17 insertions(+)

New commits:
commit f5e55754f962184d2fb7dcab837cdba56e8c7731
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri Nov 2 13:53:18 2012 -0700

    Add Tifinagh test data

diff --git a/test/shaping/texts/in-tree/shaper-default/MANIFEST b/test/shaping/texts/in-tree/shaper-default/MANIFEST
index f14322c..f2a6e7d 100644
--- a/test/shaping/texts/in-tree/shaper-default/MANIFEST
+++ b/test/shaping/texts/in-tree/shaper-default/MANIFEST
@@ -1,4 +1,6 @@
+script-ethiopic
 script-han
 script-hebrew
 script-hiragana
 script-linear-b
+script-tifinagh
diff --git a/test/shaping/texts/in-tree/shaper-default/script-tifinagh/MANIFEST b/test/shaping/texts/in-tree/shaper-default/script-tifinagh/MANIFEST
new file mode 100644
index 0000000..b8752e7
--- /dev/null
+++ b/test/shaping/texts/in-tree/shaper-default/script-tifinagh/MANIFEST
@@ -0,0 +1 @@
+misc
diff --git a/test/shaping/texts/in-tree/shaper-default/script-tifinagh/misc/MANIFEST b/test/shaping/texts/in-tree/shaper-default/script-tifinagh/misc/MANIFEST
new file mode 100644
index 0000000..29cfb2f
--- /dev/null
+++ b/test/shaping/texts/in-tree/shaper-default/script-tifinagh/misc/MANIFEST
@@ -0,0 +1 @@
+misc.txt
diff --git a/test/shaping/texts/in-tree/shaper-default/script-tifinagh/misc/misc.txt b/test/shaping/texts/in-tree/shaper-default/script-tifinagh/misc/misc.txt
new file mode 100644
index 0000000..0c307eb
--- /dev/null
+++ b/test/shaping/texts/in-tree/shaper-default/script-tifinagh/misc/misc.txt
@@ -0,0 +1,11 @@
+ⵎⵜ
+ⵎ⵿ⵜ
+ⵏⴾ
+ⵏ⵿ⴾ
+ⵏⵜ
+ⵏ⵿ⵜ
+ⵔⵜ
+ⵔ⵿ⵜ
+ⵙⵜ
+ⵙ⵿ⵜ
+
commit 10a33296e674ee84b9ed2df25cf373de7d020b8d
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri Nov 2 13:38:55 2012 -0700

    Minor

diff --git a/src/hb-ot-tag.cc b/src/hb-ot-tag.cc
index ac60e96..f24baf7 100644
--- a/src/hb-ot-tag.cc
+++ b/src/hb-ot-tag.cc
@@ -38,6 +38,8 @@
 static hb_tag_t
 hb_ot_old_tag_from_script (hb_script_t script)
 {
+  /* This seems to be accurate as of end of 2012. */
+
   switch ((hb_tag_t) script) {
     case HB_SCRIPT_INVALID:		return HB_OT_TAG_DEFAULT_SCRIPT;
 



More information about the HarfBuzz mailing list