summaryrefslogtreecommitdiff
path: root/l1_char_class_tab.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-04-24 16:47:58 -0600
committerKarl Williamson <khw@cpan.org>2018-06-25 07:33:26 -0600
commitadff23eaac6cc3f89bbba91092686f1aa1cbfa97 (patch)
tree24fe4c50cb11fc874dd7652ab4c52a2c5f51af30 /l1_char_class_tab.h
parent7e970f9a1e9afa6a767a5f7781e7ce13c135f8fc (diff)
downloadperl-adff23eaac6cc3f89bbba91092686f1aa1cbfa97.tar.gz
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.
Diffstat (limited to 'l1_char_class_tab.h')
-rw-r--r--l1_char_class_tab.h2
1 files changed, 1 insertions, 1 deletions
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!
*/