Page 1 of 1

Problems with love.filesystem.load

Posted: Wed Oct 17, 2012 10:56 am
by Peanuts
Hi guys,

I got an error while using love.filesystem.load and I wondered if anyone knew how to fix it. The error I have is:

Error
graphics.lua:1273: Decoding Error: Invalid UTF8


I already looked at some of the posts on the forum and I stumbled upon viewtopic.php?f=4&t=8760 but that didn't really seem to fix the problem. I'm using Notepad++ as editor and I tried converting everything to UTF-8 without BOM but it didn't do much.

I'm very new to Lua and Love ( been doing it for about 4 days now ) but not so much to programming ( did some C++ with SDL and AS3 before I started trying this out ).

Hope you guys can help me out :)

Re: Problems with love.filesystem.load

Posted: Wed Oct 17, 2012 1:08 pm
by Robin
Could you upload the files you're using? Because right now, we can't help you any further than telling you "somewhere you have invalid UTF-8", and you know that already.