diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-12-19 11:08:47 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2010-12-19 20:21:56 -0700 |
commit | c89df6cf6f70d6460ca3fec9d465e5e6e17fb3a7 (patch) | |
tree | 95e7d58cf1dc4fd257fe694d24697f6393e4eaa8 /regcomp.c | |
parent | 681f01c2a5ff0846090d78599b3d4caeb93fda26 (diff) | |
download | perl-c89df6cf6f70d6460ca3fec9d465e5e6e17fb3a7.tar.gz |
Change regexes to debug dump non-ASCII as hex.
instead of the less familiar octal for larger values. Perhaps they
should actually print the actual character, but this is far easier than
the previous to understand.
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9610,6 +9610,7 @@ Perl_regprop(pTHX_ const regexp *prog, SV *sv, const regnode *o) * --jhi */ pv_pretty(sv, STRING(o), STR_LEN(o), 60, PL_colors[0], PL_colors[1], PERL_PV_ESCAPE_UNI_DETECT | + PERL_PV_ESCAPE_NONASCII | PERL_PV_PRETTY_ELLIPSES | PERL_PV_PRETTY_LTGT | PERL_PV_PRETTY_NOCLEAR |