On 2010-12-09, Pavel Sanda wrote: > Guenter Milde wrote: >> This is reported at http://www.lyx.org/trac/ticket/6463 >> where you can also find the LyX example file >> accents-with-greek-and-cyrillic.lyx
> attached is the patch from bugzilla. i can commit it into trunk, though > i have only little idea about all this stuff. > some comments? This patch makes LyX recognize the COMBINING GREEK PERISPOMENI character (without known side-effects). It would be fine to have it in trunk. However, it does not solve the problem. Günter > --gBBFr7Ir9EOA20Yy > Content-Type: text/plain; charset=us-ascii > Content-Disposition: attachment; > filename="unicodesymbols-combining-perispomeni.patch" > --- /usr/local/share/lyx-svn/unicodesymbols 2010-03-16 12:54:19.000000000 > +0100 > +++ /home/milde/.lyx/unicodesymbols 2010-03-25 12:08:03.000000000 +0100 > @@ -690,7 +690,7 @@ > #0x033f "" "" "combining,force" # COMBINING DOUBLE > OVERLINE > #0x0340 "" "" "combining,force" # COMBINING GRAVE > TONE MARK > #0x0341 "" "" "combining,force" # COMBINING ACUTE > TONE MARK > -#0x0342 "" "" "combining,force" # COMBINING GREEK > PERISPOMENI > +0x0342 "\\~" "textgreek" "combining,force" # > COMBINING GREEK PERISPOMENI > #0x0343 "" "" "combining,force" # COMBINING GREEK > KORONIS > #0x0344 "" "" "combining,force" # COMBINING GREEK > DIALYTIKA TONOS > #0x0345 "" "" "combining,force" # COMBINING GREEK > YPOGEGRAMMENI > --gBBFr7Ir9EOA20Yy--