This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/unicode_constants.pl: Convert '-' in names to '_'
authorKarl Williamson <public@khwilliamson.com>
Sun, 3 Mar 2013 02:19:02 +0000 (19:19 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 8 Mar 2013 17:19:16 +0000 (10:19 -0700)
commite9cddfae7ec5891690e4f3255cb1e68612ed33a9
tree096e2a1db4c673917e7da1d50b994c574bf4efce
parent4a408539bf705f19d7b7e4702dbada468fb9655f
regen/unicode_constants.pl: Convert '-' in names to '_'

Unicode character names can have dashes in them.  These aren't accepted
in C macro names.  Change so both blanks and the hyphen-minus are
converted to underscores.
regen/unicode_constants.pl