Index: texi2pod.pl =================================================================== RCS file: /cvs/src/src/etc/texi2pod.pl,v retrieving revision 1.2 diff -u -r1.2 texi2pod.pl --- texi2pod.pl 11 Jun 2002 15:34:33 -0000 1.2 +++ texi2pod.pl 5 Oct 2005 22:53:06 -0000 @@ -345,6 +345,10 @@ s/\@w\{([^\}]*)\}/S<$1>/g; s/\@(?:dmn|math)\{([^\}]*)\}/$1/g; + # Change double single quotes to double quotes. + s/''/"/g; + s/``/"/g; + # Cross references are thrown away, as are @noindent and @refill. # (@noindent is impossible in .pod, and @refill is unnecessary.) # @* is also impossible in .pod; we discard it and any newline that