> After RC2 it is OK.
It is in:
http://www.lyx.org/trac/changeset/18918
On Wednesday 27 June 2007 15:24:58 Juergen Spitzmueller wrote:
> I'm away from my svn tree again (until Friday). So I can't commit anything.
>
> Jürgen
After RC2 it is OK.
--
José Abílio
Uwe Stöhr wrote:
> For me it works too. So somebody should ask José to commit. Jürgen, as
> Anders doesn't currently have SVN permissions, could you do this please
> and commit if OK?
I'm away from my svn tree again (until Friday). So I can't commit anything.
Jürgen
> I see. That wasn't clear to me. So your patch is probably sufficient.
For me it works too. So somebody should ask José to commit. Jürgen, as Anders doesn't currently have
SVN permissions, could you do this please and commit if OK?
thanks and regards
Uwe
Anders Ekberg wrote:
> I see your point, but the replacement is only made in the
> unicodesymbols file (to store it in a dictionary which is used to
> replace the unicode symbols with commands). In that file, the only
> occurence of quotation marks is AFAIU surrounding commands (and pre-
> ambles)
Jürgen Spitzmüller
Wed, 27 Jun 2007 00:06:46 -0700
Anders Ekberg wrote:
> + line=line.replace(' "',' ') #remove all qoutation marks w
spaces before
> + line=line.replace('" ',' ') #remove all qoutation marks w
spaces after
> + line=line.replace(r'\"','"') #replace \" by " (for characters wit
Anders Ekberg wrote:
> + line=line.replace(' "',' ') #remove all qoutation marks w spaces before
> + line=line.replace('" ',' ') #remove all qoutation marks w spaces after
> + line=line.replace(r'\"','"') #replace \" by " (for characters with
diaresis)
Is this sufficient? What about quotation m
A small patch to handle characters with diaeresis (as ä and ö) where
" is part of the ERT expression.
Anders
new-patch
Description: Binary data