How did the data get to TinyWebDb? Where did it come from originally (what OS)? If from a file, was it UTF-8 or other Unicode standard encoding? Such files have a hidden code right at the beginning to identify their format - a 'BOM' (Byte Order Mark). That's another hidden character that can cause issues - so before data is stored it may require 'cleaning'.