From adff23eaac6cc3f89bbba91092686f1aa1cbfa97 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 24 Apr 2018 16:47:58 -0600 Subject: regen/mk_PL_charclass.pl: Revamp The change in 5.28 to having precompiled Unicode properties leaves this program with a chicken-and-egg problem. Prior to this commit, it used those properties to construct its output, relying on them to be using the latest Unicode data, but the code that generates the tables from that data uses the output of this program, with potentially disastrous results. This commit changes to use the data itself, through Unicode::UCD. --- l1_char_class_tab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l1_char_class_tab.h') diff --git a/l1_char_class_tab.h b/l1_char_class_tab.h index be5036129d..9e8bb99a34 100644 --- a/l1_char_class_tab.h +++ b/l1_char_class_tab.h @@ -1,6 +1,6 @@ /* -*- buffer-read-only: t -*- * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - * This file is built by regen/mk_PL_charclass.pl from property definitions. + * This file is built by regen/mk_PL_charclass.pl from Unicode::UCD. * Any changes made here will be lost! */ -- cgit v1.2.1