mktables: Defer accepting Unicode's BELL character
authorKarl Williamson <public@khwilliamson.com>
Mon, 21 May 2012 13:53:50 +0000 (07:53 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 21 May 2012 14:05:30 +0000 (08:05 -0600)
As soon as 5.17 started, this created a failing test, which was to
remind us that the deprecation cycle was over, and that the name BELL
should be now used for U+1F514 instead of U+0007.  See commit messages
for 3ffed8c228f4a59b1527ae7ed584ca21386420f7 and
10914c783fe2ea3ee73a870599f30cedb7de96d0

This change puts off the failure unless we try to ship a 5.18 without
dealing with the issue.  I'm not quite ready to deal with it, but will
do so shortly, long before 5.18.

lib/unicore/mktables

index 7eba4f9..b4d980b 100644 (file)
@@ -10758,7 +10758,7 @@ END
                             # http://www.unicode.org/versions/corrigendum8.html
             $fields[$BIDI] = "AL";
         }
-        elsif ($^V lt v5.17.0) { # For 5.18 will convert to use Unicode's name
+        elsif ($^V lt v5.18.0) { # For 5.18 will convert to use Unicode's name
             $fields[$CHARNAME] = "";
         }