diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-04-13 09:51:34 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-08-29 09:56:06 -0600 |
commit | c5eda08a3ed28f8c2b583618101553353dae3b51 (patch) | |
tree | a0f72c61a37698cb09a1a682fe098f42df4fa023 /regen | |
parent | 2ca8589c5190f9016bfcdbc996f56ad0b8557fef (diff) | |
download | perl-c5eda08a3ed28f8c2b583618101553353dae3b51.tar.gz |
unicode_constants.h: Add #defines for CR, LF
Diffstat (limited to 'regen')
-rw-r--r-- | regen/unicode_constants.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regen/unicode_constants.pl b/regen/unicode_constants.pl index 78e0110b92..78a7c9654d 100644 --- a/regen/unicode_constants.pl +++ b/regen/unicode_constants.pl @@ -161,6 +161,8 @@ BOM first BOM tail DEL native +CR native +LF native U+00DF native U+00E5 native U+00C5 native |