Yea, I keep answering problems already answered today...
Was there a reason Ini++1.5 doesn't support Unicode? I could help port it if there's no practical reason like an incompatible static library.
Type: Posts; User: Phi; Keyword(s):
Yea, I keep answering problems already answered today...
Was there a reason Ini++1.5 doesn't support Unicode? I could help port it if there's no practical reason like an incompatible static library.
The "tab" character is indicated in Lua and most other languages by "\t", which I don't see in the code you quoted. I don't know Lua, but
function helper(x,y)
return x .. y:gsub("\n","$") .. "\n"...