Istvan wrote:
If I've changed the font in this line
font.monospace=font:!Bitstream Vera Sans Mono,size:9
then it never crached again.

I've managed to find out the problem.
THe problem was with the code.page setting.
Maybe a good idea to add some conditions for code page settings depends on OS:
if PLAT_GTK
        code.page=65001
        LC_CTYPE=en_US.UTF-8
        output.code.page=65001
if PLAT_WIN
        code.page=0

Istvan


_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to