Page 3 of 3
Posted: Fri Apr 08, 2005 9:25 am
by 7feet
Yeah, Lua doesn't know anything about unicode, all it's strings are stored as single byte characters. I'll see if I can think up something, but can't guarantee it.
Posted: Fri Apr 08, 2005 9:40 am
by janimatic
we should check if it's not because of DOS, too
(DIR command)
Posted: Fri Apr 08, 2005 10:46 am
by 7feet
Nope, dos seems to be okay on unicode filenames. I don't know if you could get the unicode through the io.open() using a bytewise string, but it's worth a shot. That's an annoying behavior.
Posted: Mon Oct 17, 2005 5:53 pm
by 7feet
I originally thought the libraries we're a good Idea, but I could see it decending into Windows DLL style hell, so I think I'll say goodbye to them. Heres a little, more compact update on this script:
js_sf_import_directory.zip
That's it.