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 <[email protected]> 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 <[email protected]> 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;
_______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
