Hi every one. Im have very big problem(maybe only for me).
My project needs input from cmd.exe, but it have some problems with numbers like 2xFF048 on utf-8 encoding without BOM.
utf-8.lua and libraries like them dont help.
Help me please.
I need help with xFF!
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: I need help with xFF!
Well, show us your code and the exact problem you ran into.zhek0s wrote:Hi every one. Im have very big problem(maybe only for me).
My project needs input from cmd.exe, but it have some problems with numbers like 2xFF048 on utf-8 encoding without BOM.
utf-8.lua and libraries like them dont help.
Help me please.
s-ol.nu
Code: Select all
print( type(love) )
if false then
baby:hurt(me)
end
Re: I need help with xFF!
n = os.tmpname ()
os.execute ("chcp 437")
os.execute ("tasklist > " .. n)
for line in io.lines (n) do
text[#text+1]=line
print(line)
end
end
os.remove(n)
os.execute ("chcp 437")
os.execute ("tasklist > " .. n)
for line in io.lines (n) do
text[#text+1]=line
print(line)
end
end
os.remove(n)
Re: I need help with xFF!
I need some systeminfo. I have trubles with numbers that cmd.exe returns, for exemple: 2xFF048 KB (you can see it when set encoding on notepad to utf-8 without BOM).
if i run something like os.execute("help >"..n), no errors and normal text.
Really dont know what to do...
if i run something like os.execute("help >"..n), no errors and normal text.
Really dont know what to do...
Re: I need help with xFF!
And what is the error you are experiencing?zhek0s wrote:I need some systeminfo. I have trubles with numbers that cmd.exe returns, for exemple: 2xFF048 KB (you can see it when set encoding on notepad to utf-8 without BOM).
if i run something like os.execute("help >"..n), no errors and normal text.
Really dont know what to do...
s-ol.nu
Code: Select all
print( type(love) )
if false then
baby:hurt(me)
end
Re: I need help with xFF!
line 27: Decoding error: invalid utf-8
At line 27 i have lg.print(text)
At line 27 i have lg.print(text)
Who is online
Users browsing this forum: Amazon [Bot], Bing [Bot], Google [Bot] and 7 guests