Il giorno mer 22 lug 2009 14:07:54 CEST, Tadej Borovšak ha scritto:
> if the file is utf8 i received the following error when i run gtk-demo I doubt it being UTF-8 was the core problem here, but simply that the syntax was wrong?MS Windows software tends to put BOM into UTF-8 files, with all the unplesant consequences. This looks like one of them...I agree with Yeti. Notepad++ also offers option to store file as UTF-8 without BOM. Things should work then.
yes converting in utf8 without bom it works (notepad++ shows "ansi as utf8") now, i'm going to document myself about bom thanks