From ecd16f26e720c4e19b5548e898fbe990dde82303 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 7 Apr 2016 20:54:25 +0000 Subject: hyperxmp (6apr16) git-svn-id: svn://tug.org/texlive/trunk@40332 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/source/latex/hyperxmp') diff --git a/Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx b/Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx index 96ed92592fa..1c265f1cdc0 100644 --- a/Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx +++ b/Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx @@ -22,7 +22,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{hyperxmp} %<*package> - [2016/02/17 v2.7 Store hyperref metadata in XMP format] + [2016/04/05 v2.8 Store hyperref metadata in XMP format] % % %<*driver> @@ -81,7 +81,7 @@ % % \fi % -% \CheckSum{1508} +% \CheckSum{1514} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -2206,14 +2206,22 @@ disabled}% % \changes{v2.0}{2012/08/24}{Updated also to replace commas} % \changes{v2.5}{2014/06/19}{Updated also to replace underscores and to % modify only the text being added, not the already-modified text} +% \changes{v2.8}{2014/04/05}{Corrected inadvertent lowercasing of non-Latin +% characters when run under \XeLaTeX\ or \LuaLaTeX\ (bug reported by +% Leonid Sinev)} % \begin{macrocode} \newcommand*{\hyxmp@add@to@xml}[1]{% \bgroup \@tempcnta=0 + \ifhyxmp@unicodetex + \@tempcntb=65536% + \else + \@tempcntb=256% + \fi \loop \lccode\@tempcnta=\@tempcnta \advance\@tempcnta by 1 - \ifnum\@tempcnta<256 + \ifnum\@tempcnta<\@tempcntb \repeat \lccode`\_=`\ \relax \lccode`\^^C=`\,\relax -- cgit v1.2.3