On Thu, Jul 16, 2009 at 7:12 PM, gsw<[email protected]> wrote: > Here is example of the first part of a corrupted file as it appears in > emacs:
so, this looks like a normal UCS2 LE file with a BOM http://en.wikipedia.org/wiki/UTF-16/UCS-2 I'm not sure why emacs would treat the file differently, but you should use diff to verify the file is the same on both systems and then use ktrace or something to see if emacs does / sees anything different. if not, you'll probably want to get out a lisp debugger and see why emacs decided the file wasn't unicode. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
