[latex3-commits] [git/LaTeX3-latex3-hyperref] main: move puenc loading, see issue #170 (b14eade)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Feb 8 17:03:07 CET 2021


Repository : https://github.com/latex3/hyperref
On branch  : main
Link       : https://github.com/latex3/hyperref/commit/b14eadee97fac8b6b32fc600c4723c0a6dc213f8

>---------------------------------------------------------------

commit b14eadee97fac8b6b32fc600c4723c0a6dc213f8
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Feb 8 17:03:07 2021 +0100

    move puenc loading, see issue #170


>---------------------------------------------------------------

b14eadee97fac8b6b32fc600c4723c0a6dc213f8
 hyperref.dtx | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/hyperref.dtx b/hyperref.dtx
index 32f0ffd..5aa9b70 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -4890,7 +4890,6 @@
 % change 2020-08-14, use unicode by default:
 %    \begin{macrocode}
 \let\HyPsd at pdfencoding\HyPsd at pdfencoding@unicode
-\HyPsd at LoadUnicode
 \def\HyPsd at LoadStringEnc{%
   \RequirePackage{stringenc}[2009/12/15]%
   \let\HyPsd at LoadStringEnc\relax
@@ -6822,6 +6821,12 @@
 %    \end{macrocode}
 %
 %    After processing options.
+% \subsection{Load unicode support}
+%    \begin{macrocode}
+\ifHy at unicode
+  \HyPsd at LoadUnicode
+\fi
+%    \end{macrocode}
 %
 % \subsection{Package xspace support}
 %





More information about the latex3-commits mailing list.