Only happens on Linux:

I solved it, it might be some encoding issue with the save file, unsure because took many random attempts at things to solve this.
Thanks Nighthawk! ^-^
row = {}
row[2] = 'Owner'
print('"Owner"=="' .. row[2] .. '" RETURNS ' .. tostring('Owner' == row[2]))