Hello, On Thu, Aug 23, 2007 at 09:37:48AM +0200, Jan Boehme wrote: > Hi! > > Maxime Carron wrote: > > I'm a bit new to SciTE, but I don't suffer from any problem with it on > > F-7.x86_64. > > SciTE crashes with every files or only with SciTEGlobal.properties? > > SciTE crashes with some files not only with SciTEGlobal.properties. I > removed my personal properties file and now it works. At least it > doesn't crash anymore. > > I get pango warnings > > (scite:4552): Pango-WARNING **: Invalid UTF-8 string passed to > pango_layout_set_text() > > when I open SciTEGlobal.properties and scroll down to: > > # Define values for use in the imported properties files > chars.alpha=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ > chars.numeric=0123456789 > chars.accented=ÿÀàÁáÂâÃãÄäÅ寿ÇçÈèÉéÊêËëÌìÍíÎîÏïÐðÑñÒòÓóÔôÕõÖØøÙùÚúÛûÜüÝýÞþßö > # This is a better set for Russian: > #chars.accented=ÀàÁáÂâÃãÄäÅå¨¸ÆæÇçÈèÉéÊêËëÌìÍíÎîÏïÐðÑñÒòÓóÔôÕõÖö×÷ØøÙùÚúÛûÜüÝýÞþßÿ > > I have to say that on the system SciTE crashes I see this section in a > different way. Instead of the chars after 'accented=' I only see a lot > of '?'. > > If I change the encoding type in the file menu from 8bit to utf8 nothing > happens excepts that a lot of pango warnings occur.
Try this: 1. convert properties files to utf-8 using iconv (or you can do it only with your user properties file). 2. put these codepage settings in the Internationalisation section of the properties: code.page=65001 output.code.page=65001 Comment out all other settings in this section. -- Stanislav _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
