B"H
I have a file that should be tab-delimited. Excel opens it fine without a problem. but when I try File.ReadAllText() I can't get a decent representation. The best I can do is with UTF8 which returns most of the data, but the fist line is all messed up and some tabs in the rest of the document are missing.
Here is the first line when read using UTF8: �\u0010\b\u0004c\u0004\0\0�\u0006�\u0003\0\0\0\0!�A\u0004\0\0\0\0\0\0\0\0\u0001\0\0\0ID\0\0\0\0\0\0C\0\0\0\0\u0006\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0NAME\0\0\0\0\0\0\0C\0\0\0\0\u001e\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ADDR\0\0\0\0\0\0\0C\0\0\0\0(\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ADDRC\0\0\0\0\0\0C\0\0\0\0(\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0CITY\0\0\0\0\0\0\0C\0\0\0\0\u001e\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0STATE\0\0\0\0\0\0C\0\0\0\0\u0014\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ZIP\0\0\0\0\0\0\0L\0\0\0\0\u0001\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\r
And here are the first few bytes as displayed when opened in Notepad: õc ÁŸ !£A
Does anyone recognize that encoding?