Why are new files saved with \uFEFF at top of the file?

Why are new files saved with \uFEFF at top of the file?

2
NewbieNewbie
2

    Jun 16, 2007#1

    Apparently I've goofed a configuration setting.

    Each time I do a Save As, my file saves fine but after the save I see "\uFEFF" as the first six characters in the file. If I Save As again it wind up with multiple copies of this string. The problem does not occur if I save an existing file. Just when I save a new file or use Save As.

    I'm guessing this is some type of internal file type identifier. I also guessing I set something wrong in configuration but I can't see what.

    I just need to turn the behaviour off.

    I'm using UE13.10 but I started the day with 13.00+

    Thanks

    Dave

    6,606548
    Grand MasterGrand Master
    6,606548

      Re: Configuration Error

      Jun 17, 2007#2

      You are saving new files in format Unicode- ASCII Escaped. Create a new file, type something, open the Save As dialog and look on the Format drop down list. You will see that you have Unicode- ASCII Escaped selected there.

      Change that to Default (= current format of the file) or ANSI/ASCII (= always ANSI/ASCII format) and save the file. The "Format" and "Line Terminator" settings are remembered and used until you change it again. These settings are also used when using the Save As macro or script commands. In uedit32.ini they are saved as:

      [Settings]
      File Format=0
      Terminator Type=0
      Best regards from an UC/UE/UES for Windows user from Austria

      2
      NewbieNewbie
      2

        Jun 17, 2007#3

        That did the trick. Thank you very much.