This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pv_escape: Add option to dump all non-ascii as hex
authorKarl Williamson <public@khwilliamson.com>
Sun, 19 Dec 2010 18:00:49 +0000 (11:00 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 Dec 2010 03:21:54 +0000 (20:21 -0700)
commit681f01c2a5ff0846090d78599b3d4caeb93fda26
tree4fd5f0632dfb363f432dc734a6c9f5e9cb654b15
parentc8536afa2abc39d901062df19a839a4209513974
pv_escape: Add option to dump all non-ascii as hex

This patch adds an option to pv_escape() to dump all characters above ASCII
in hex.  Before, you could get all chars as hex or the Latin1 non-ASCII
as octal, whereas the typical values for these that people think in are
given in hex.
dump.c
perl.h