- From: Martin Duerst <duerst@w3.org>
- Date: Thu, 05 Jun 2003 09:19:46 -0400
- To: Terje Bless <link@pobox.com>
- Cc: www-validator-cvs@w3.org
Hello Terje, others, I just had a quick look at my version of 'check'. I found the following code changes that I had made but never checked in: duerst@validator:~/validator/httpd/cgi-bin$ cvs diff check Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.324 diff -r1.324 check 339c339 < } elsif ($File->{Charset}->{Auto} =~ /^utf-16[bl]e$/ && $File->{BOM} == 2) { --- > } elsif ($File->{Charset}->{Auto} =~ /^utf-16[bl]e$/) { 450a451,459 > </p> > .EOF. > } > > if ($File->{Charset}->{Use} eq 'utf-16' and $File->{BOM} != 2) { > $File->{'Error Flagged'} = TRUE; > $File->{'Error Message'} = <<'.EOF.'; > <p> > UTF-16 without a BOM is not legal XML. Maybe these changes are irrelevant because the same thing is now done by other changes. But the issue is definitely one that we have to check for. Regards, Martin.
Received on Thursday, 5 June 2003 09:20:40 UTC