summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/csquotes/csquotes.sty')
-rw-r--r--Master/texmf-dist/tex/latex/csquotes/csquotes.sty12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
index 490145e160c..9c7ba32b7a8 100644
--- a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
+++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
@@ -1,6 +1,6 @@
-% $Id: csquotes.sty,v 4.4c 2009/09/23 18:54:12 lehman stable $
+% $Id: csquotes.sty,v 4.4d 2010/02/06 18:19:34 lehman stable $
-% Copyright (c) 2003-2009 Philipp Lehman.
+% Copyright (c) 2003-2010 Philipp Lehman.
%
% Permission is granted to copy, distribute and/or modify this
% software under the terms of the LaTeX Project Public License
@@ -18,7 +18,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{csquotes}
-[\csq@rcsid $Id: csquotes.sty,v 4.4c 2009/09/23 18:54:12 lehman stable $
+[\csq@rcsid $Id: csquotes.sty,v 4.4d 2010/02/06 18:19:34 lehman stable $
context-sensitive quotations]
%% Compatibility and requirements
@@ -1680,14 +1680,14 @@
{\csq@err@char
\@gobbletwo}}}
-\ifundef\inputencodingname % inputenc 2006/05/05 v1.1b
+\ifundef\inputencodingname % inputenc >= 2006/05/05 v1.1b, inputenx
{\def\csq@ifutfenc{%
\csq@ifucs
{\csq@err@ucs\@secondoftwo}
{\begingroup
- \def\@inpenc@undefined@##1{\def\csq@tempa{##1}}%
+ \def\@inpenc@undefined@##1{\def\inputencodingname{##1}}%
\@inpenc@undefined
- \ifdefstring\csq@tempa{utf8}
+ \ifdefstring\inputencodingname{utf8}
{\aftergroup\@firstoftwo}
{\aftergroup\@secondoftwo}%
\endgroup}}}