[Webkit-unassigned] [Bug 37765] REGRESSION(57531): the commit-queue still hates Tor Arne Vestbø

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 18 15:38:02 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37765





--- Comment #20 from Eric Seidel <eric at webkit.org>  2010-04-18 15:38:01 PST ---
(In reply to comment #17)
> (In reply to comment #16)
> > We should be careful about BOM proliferation.  It might confuse tools that
> > don't understand it.
> 
> Just to be clear, I was suggesting using "utf-8-sig" only when reading -- which
> would remove the BOM.

I don't think we need to use utf-8-sig anywhere.

Our tools don't (and shouldn't) write out BOMs and we know the encodings of all
our files.  It's possible that editing ChangeLog files in MSVC would spit out a
BOM in the file.  If that's the case, we might have to use "utf-8-sig" when
reading in ChangeLog files to be safe.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list