Synfin80 is correct, this is a UTF related bug. I, however, do not see any "FEFF" characters, and that would seem to be the real issue to me; UTF encoded file without the BOM. If I view the raw data of the file created in the "save" step, I get: $ hexdump break.txt 0000000 6874 7369 6120 7070 6320 6e61 6220 6572 0000010 6b61 Translate those hex values into ascii characters, and you get: htsia ppc n
37 Replies
126,922 Views