Re: CVS: commit dom abiword-plugins/wp/impexp/latex/xp ie_exp_LaTeX.cpp

From: Dominic Lachowicz <domlachowicz_at_gmail.com>
Date: Fri Oct 20 2006 - 03:16:22 CEST

All of these can be safely backported too, if you want.

On 10/19/06, cvs@abisource.com <cvs@abisource.com> wrote:
>
> Update of /cvsroot/abiword-plugins/wp/impexp/latex/xp
> In directory abiword.snt.utwente.nl:/tmp/cvs-serv9801
>
> Modified Files:
> ie_exp_LaTeX.cpp
> Log Message:
> bug 10559 - better mask quotes. from malte cornils
>
> Index: ie_exp_LaTeX.cpp
> ===================================================================
> RCS file: /cvsroot/abiword-plugins/wp/impexp/latex/xp/ie_exp_LaTeX.cpp,v
> retrieving revision 1.23
> retrieving revision 1.24
> diff -u -d -r1.23 -r1.24
> --- ie_exp_LaTeX.cpp 10 Oct 2006 15:47:55 -0000 1.23
> +++ ie_exp_LaTeX.cpp 20 Oct 2006 01:08:31 -0000 1.24
> @@ -1104,7 +1104,7 @@
> break;
>
> case 34:
> - (m_bBetweenQuotes = !m_bBetweenQuotes)? sBuf += "``" : sBuf += "''";
> + (m_bBetweenQuotes = !m_bBetweenQuotes)? sBuf += "{``}" : sBuf += "''";
> pData++;
> break;
>
> @@ -2457,7 +2457,7 @@
> printf("---"); /* em-dash */
> return(1);
> case 0x2018:
> - printf("`"); /* left single quote, Win */
> + printf("{`}"); /* left single quote, Win */
> return(1);
> case 0x2019:
> printf("'"); /* Right single quote, Win */
> @@ -2466,7 +2466,7 @@
> printf("\\quotesinglbase{}"); /* single low 99 quotation mark */
> return(1);
> case 0x201C:
> - printf("``"); /* inverted double quotation mark */
> + printf("{``}"); /* inverted double quotation mark */
> return(1);
> case 0x201D:
> printf("''"); /* double q.m. */
>
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
>

-- 
Counting bodies like sheep to the rhythm of the war drums.
Received on Fri Oct 20 03:17:55 2006

This archive was generated by hypermail 2.1.8 : Fri Oct 20 2006 - 03:17:55 CEST