Forum Moderators: open
When I open some html files in Dreamweaver, I see a crazy looking character in front of the <html> tag.
ÿþ<html><head>
I tried to do a batch Find and Replace, but unless the file was actually open, it couldn't find the ÿþ character and hence would not replace.
The funny thing also is that when I open the file in TextEdit, the ÿþ doesn't show up...
I really want to do a batch find and replace as there are a hundred or so files with contain this char. When viewed on a Vista laptop it displays some really weird stuff. Some browsers display fine.
Anyone know what da heck is happenin' mon?
The BOM is there to give an indication that the text file is UTF-8-encoded, but the BOM can be problematic on the web where encoding is defined primarily via a HTTP header or meta charset element.