summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/bibtexperllibs/LaTeX/ToUnicode/Tables.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-10 23:22:31 +0000
committerKarl Berry <karl@freefriends.org>2016-03-10 23:22:31 +0000
commit139be648536d5f25096343c01cd7e96a2a663ae4 (patch)
tree6d6b86f2a5d95b397478bb8988354449f0fef24c /Master/texmf-dist/scripts/bibtexperllibs/LaTeX/ToUnicode/Tables.pm
parent5f1f6fa78b0845693569ba5dacdc711bff4aba7f (diff)
bibtexperllibs (10mar16)
git-svn-id: svn://tug.org/texlive/trunk@39989 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/bibtexperllibs/LaTeX/ToUnicode/Tables.pm')
-rw-r--r--Master/texmf-dist/scripts/bibtexperllibs/LaTeX/ToUnicode/Tables.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/bibtexperllibs/LaTeX/ToUnicode/Tables.pm b/Master/texmf-dist/scripts/bibtexperllibs/LaTeX/ToUnicode/Tables.pm
index f4fa958b69c..9dd62879a75 100644
--- a/Master/texmf-dist/scripts/bibtexperllibs/LaTeX/ToUnicode/Tables.pm
+++ b/Master/texmf-dist/scripts/bibtexperllibs/LaTeX/ToUnicode/Tables.pm
@@ -1,6 +1,6 @@
package LaTeX::ToUnicode::Tables;
BEGIN {
- $LaTeX::ToUnicode::Tables::VERSION = '0.03';
+ $LaTeX::ToUnicode::Tables::VERSION = '0.04';
}
use strict;
use warnings;
@@ -153,7 +153,7 @@ our %ACCENTS = (
y => "\x{1e8f}",
z => "\x{17c}"
},
- "=" => {
+ '=' => {
A => "\x{100}",
AE => "\x{1e2}",
E => "\x{112}",
@@ -459,7 +459,7 @@ LaTeX::ToUnicode::Tables - Character tables for LaTeX::ToUnicode
=head1 VERSION
-version 0.03
+version 0.04
=head1 CONSTANTS
@@ -497,11 +497,11 @@ Command names of formatting commands like C<\tt>
=head1 AUTHOR
-Gerhard Gossen <gerhard.gossen@googlemail.com>
+Gerhard Gossen <gerhard.gossen@googlemail.com> and Boris Veytsman <boris@varphi.com>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2010 by Gerhard Gossen.
+This software is copyright (c) 2010-2015 by Gerhard Gossen and Boris Veytsman
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.