Page 1 of 1

Need some help

Posted: Thu Sep 10, 2009 7:06 am
by Hludwig
I'm new with LOVE. I'm trying example from documentation: Getting Started, and it doesn't work. I have an error: Syntax error: main.lua:1: unexpected error near 'Ï'. Any ideas what's wrong? How can I create single *.love file with all resorces?

Re: Need some help

Posted: Thu Sep 10, 2009 11:02 am
by Hludwig
Source file which had UTF-8 encoding cause the error. After changing them to ANSI encoding everything works properly.