From 10914c783fe2ea3ee73a870599f30cedb7de96d0 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 18 May 2011 12:44:44 -0600 Subject: [PATCH] mktables: Put off removing the \N{BELL} conflict Unicode 6.0 re-used the name BELL for a character other than what it was traditionally for. There is code in mktables to change the treatment for 5.15, so that it wouldn't be forgotten. But I'm thinking that we might want to wait til 5.18 to change, and so I just changed it to 5.17 instead. --- lib/unicore/mktables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index a2a9d0c..e15a37e 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -10270,7 +10270,7 @@ END # http://www.unicode.org/versions/corrigendum8.html $fields[$BIDI] = "AL"; } - elsif ($^V lt v5.15.0) { # For 5.16 will convert to use Unicode's name + elsif ($^V lt v5.17.0) { # For 5.18 will convert to use Unicode's name $fields[$CHARNAME] = ""; } -- 2.7.4