with an app. It consists of lots of web addresses, in the normal text file
format of:
http://www.purebasic.com/
http://www.purebasic.com/screenshots.php3
http://www.purebasic.com/support.php3
Each line ends with CRLF, as expected for Windows. However, for some
reason, the first line now gets 3 bytes at the start of it: EF, BB, BF. Here's
an example image as seen in a hex editor:

Anyone know why my text files are saving like this now? Even if I use a
normal TXT extension instead of INI, it's there. I found a similar question
on another site, but with no answer:
http://www.webmasterworld.com/forum47/2618.htm
The INI file I'm editing is 83.1 KB in size, and the problem doesn't seem
to occur with smaller files (10 KB or so). Is this because the file is larger
than 64 KB and Notepad can't handle it? I thought Notepad under Win2K
could handle text files of any size? Any ideas on this? Thanks!
Edit: Just tried editing it with WordPad and the characters don't appear,
so yes, it seems Notepad can't handle big text files. Wow. Go Microsoft!
Looks like I'll have to associate both INI and TXT with WordPad now.
