-- ASCII values for common chars
local char_CR  = string.byte("\n")
local char_LF  = string.byte("\r")

I think this should be reversed

local char_CR  = string.byte("\r")
local char_LF  = string.byte("\n")

Andre


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to