Re: [patch] bug 3673: missing quotation characters in unicodesymbols

2007-05-25 Thread Uwe Stöhr
> If this is corrected, you have my OK as well. Thanks for proofreading. The corrected version is in SVN. regards Uwe

Re: [patch] bug 3673: missing quotation characters in unicodesymbols

2007-05-25 Thread José Matos
On Friday 25 May 2007 16:23:33 Jürgen Spitzmüller wrote: > If this is corrected, you have my OK as well. +1 > Jürgen -- José Abílio

Re: [patch] bug 3673: missing quotation characters in unicodesymbols

2007-05-25 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > OK, I did this in the attached patch. Thanks. > So I hope now everything is correct. A few quirks: > +0x0192 "textflorin" "textcomp" "" # LATIN SMALL LETTER "\\textflorin" > +0x2018 "\\textquoteleft" "" "" # LEFT SINGLE QUOTATION MARK > +0x2019 "'"

Re: [patch] bug 3673: missing quotation characters in unicodesymbols

2007-05-25 Thread Uwe Stöhr
>> This is correct because it is the beginning quote character. > > Not in Slovak and Hungarian, for instance. > >> > "\textquotedblleft" is better. OK, I did this in the attached patch. So I hope now everything is correct. thanks and regards Uwe --- unicodesymbols Mon May 07 19:02:06 2007 +++

Re: [patch] bug 3673: missing quotation characters in unicodesymbols

2007-05-25 Thread Uwe Stöhr
I wrote: The attached patch fixes this too and adds more quotation characters and misc symbols. There was a typo, corrected in the attached patch. More symbols can be added later, have a look at http://www-sop.inria.fr/apics/tralics/auxdir/tdoc1uid1714.html for all symbols supported by textc

Re: [patch] bug 3673: missing quotation characters in unicodesymbols

2007-05-25 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > > This is correct because it is the beginning quote character. > > Not in Slovak and Hungarian, for instance. Oh, and German, for that matter ... Jürgen

Re: [patch] bug 3673: missing quotation characters in unicodesymbols

2007-05-25 Thread Bo Peng
On 5/25/07, Uwe Stöhr <[EMAIL PROTECTED]> wrote: >> +0x201c "{}``" "" "" # LEFT DOUBLE QUOTATION MARK > > The {} breaks kerning. This is correct because it is the beginning quote character. > "\textquotedblleft" is better. Why don't we use this then also in LyX? I exact

Re: [patch] bug 3673: missing quotation characters in unicodesymbols

2007-05-25 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > The {} breaks kerning. > > This is correct because it is the beginning quote character. Not in Slovak and Hungarian, for instance. >  > "\textquotedblleft" is better. > > Why don't we use this then also in LyX? I exactly use what LyX currently > uses for quotations, in this c

Re: [patch] bug 3673: missing quotation characters in unicodesymbols

2007-05-25 Thread Uwe Stöhr
>> +0x201c "{}``" "" "" # LEFT DOUBLE QUOTATION MARK > > The {} breaks kerning. This is correct because it is the beginning quote character. > "\textquotedblleft" is better. Why don't we use this then also in LyX? I exactly use what LyX currently uses for quotations, in thi

Re: [patch] bug 3673: missing quotation characters in unicodesymbols

2007-05-25 Thread Edwin Leuven
lyx also complains about ‘ and ’ (0x2018 and 0x2019)

Re: [patch] bug 3673: missing quotation characters in unicodesymbols

2007-05-24 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > +0x201c "{}``" "" "" # LEFT DOUBLE QUOTATION MARK The {} breaks kerning. "\textquotedblleft" is better. > +0x2026 "\\dots" "" "" # HORIZONTAL ELLIPSIS we use \ldots. Jürgen

Re: [patch] bug 3673: missing quotation characters in unicodesymbols

2007-05-24 Thread Uwe Stöhr
Bo Peng schrieb: Can not test it here (no windows), but if you can copy/paste single and double quotes from word to lyx, I will be happy to see it in svn. Yes, you can do this now, also from OpenOffice. regards Uwe

Re: [patch] bug 3673: missing quotation characters in unicodesymbols

2007-05-24 Thread Bo Peng
On 5/24/07, Uwe Stöhr <[EMAIL PROTECTED]> wrote: The attached patch fix bug 3673: and adds some more unicode symbols according to http://www.unicode.org/charts/PDF/U2000.pdf and ftp://ctan.tug.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf Can not test it here (no windows), but if