From: Karl Williamson Date: Wed, 18 May 2011 18:44:44 +0000 (-0600) Subject: mktables: Put off removing the \N{BELL} conflict X-Git-Tag: v5.15.0~610 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/10914c783fe2ea3ee73a870599f30cedb7de96d0?hp=f0815dd4f7c009ef07738512627c674bae2dc95c 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. --- 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] = ""; }