summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/diagnostics.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/diagnostics.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/diagnostics.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/diagnostics.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/diagnostics.pm
index a9de570ada..7074be6e2e 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/diagnostics.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/diagnostics.pm
@@ -72,7 +72,7 @@ trace.
=head2 The I<splain> Program
-While apparently a whole nuther program, I<splain> is actually nothing
+Another program, I<splain> is actually nothing
more than a link to the (executable) F<diagnostics.pm> module, as well as
a link to the F<diagnostics.pod> documentation. The B<-v> flag is like
the C<use diagnostics -verbose> directive.
@@ -186,7 +186,7 @@ use 5.009001;
use Carp;
$Carp::Internal{__PACKAGE__.""}++;
-our $VERSION = '1.37';
+our $VERSION = '1.39';
our $DEBUG;
our $VERBOSE;
our $PRETTY;
@@ -281,7 +281,8 @@ if (eof(POD_DIAG)) {
'sol' => '/', # Forward slash / solidus
'verbar' => '|', # vertical bar
- "Aacute" => "\xC1" # capital A, acute accent
+ # # capital A, acute accent
+ "Aacute" => chr utf8::unicode_to_native(0xC1)
# etc
);