From b030240b52690aebe6d3290c66147bde1ffbf11e Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 19 Jan 2011 13:06:45 -0800 Subject: [PATCH] perldelta: pv_escape --- pod/perldelta.pod | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8f6f1e7..29ff9fa 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -483,6 +483,12 @@ three static in-line functions for accessing the information: C, C, and C, which are defined in the places where the orginal flags were. +=item * + +A new option has been added to C to dump all characters above +ASCII in hexadecimal. Before, one could get all characters as hexadecimal +or the Latin1 non-ASCII as octal + =back =head1 Selected Bug Fixes @@ -1414,15 +1420,4 @@ Date: Sun Dec 19 11:08:47 2010 -0700 should actually print the actual character, but this is far easier than the previous to understand. -commit 681f01c2a5ff0846090d78599b3d4caeb93fda26 -Author: Karl Williamson -Date: Sun Dec 19 11:00:49 2010 -0700 - - 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. - =cut -- 2.7.4