If anyone is interested in what it is doing... I saved a copy of the file after opening the corrupted version. If you open it in a hex editor, you will see that two bytes have been prefixed to the file: FF FE. The FF FE characters at the start of the file signify that the file is a UTF-16 little-endian encoded file. http://en.wikipedia.org/wiki/UTF-16 Unicode uses 2 bytes instead of 1 bytes like ASCII. The phrase "this app can br
37 Replies
126,452 Views