From f583b44ccb789d15cd17cc20c0db8a39183cbf3c Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 30 Dec 2011 09:02:48 -0700 Subject: [PATCH] mktables: Unicode 6.1 table will be empty So, change mktables so it is expecting that. --- lib/unicore/mktables | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 58bdb1c..f4faadf 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -768,6 +768,8 @@ push @tables_that_may_be_empty, 'Script=Katakana_Or_Hiragana' if $v_version ge v4.1.0; push @tables_that_may_be_empty, 'Script_Extensions=Katakana_Or_Hiragana' if $v_version ge v6.0.0; +push @tables_that_may_be_empty, 'Grapheme_Cluster_Break=Prepend' + if $v_version ge v6.1.0; # The lists below are hashes, so the key is the item in the list, and the # value is the reason why it is in the list. This makes generation of -- 2.7.4