Ulysses
General => Developers Corner => Topic started by: jay209015 on June 12, 2008, 08:34:15 PM
-
Ok, I have no clue why I'm getting this problem. It worked fine until today, but now for some reason it's a complete failure. No new addons, in fact nothing is new on the server.
Commmand:
lua_run players = ULib.parseKeyValues ( file.Read("player_times.txt"))
> players = ULib.parseKeyValues ( file.Read("player_times.txt"))...
lua_run PrintTable(players)
> PrintTable(players)...
ยด??^*#1:
player_times.txt:
"players"
{
}
I'm lost ???
-
Looks like an encoding issue.
-
So, how would I go about fixing this?
-
I really need to find a fix for this. I'm very limited w/o it.
-
I'll look into it tomorrow.
-
Problem solve, thanks to Megiddo :D
Must save the file as ANSI, not UTF-8