<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>755</bug_id>
          
          <creation_ts>2004-05-28 22:26:12 +0000</creation_ts>
          <short_desc>Fatal errors are always declared to be us-ascii</short_desc>
          <delta_ts>2005-08-26 14:41:10 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSSValidator</product>
          <component>Other</component>
          <version>CSS Validator</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Bj">bjoern</reporter>
          <assigned_to name="Olivier Thereaux">ot</assigned_to>
          
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1962</commentid>
    <comment_count>0</comment_count>
    <who name="Bj">bjoern</who>
    <bug_when>2004-05-28 22:26:12 +0000</bug_when>
    <thetext>Fatal errors like

  % HEAD -H &quot;Accept-Language: de&quot; \
     http://jigsaw.w3.org/css-validator/validator

  Cache-Control: no-cache
  Connection: close
  Date: Sat, 29 May 2004 02:20:57 GMT
  Pragma: no-cache
  Server: Jigsaw/2.2.2 W3C_CSS_Validator_JFouffa/2.0
  Content-Language: en
  Content-Length: 918
  Content-Type: text/html; charset=us-ascii
  ...

always declare us-ascii encoding even though localized error messages as the 
Validator would use in this example might not be us-ascii encoded. It might be 
possible to extract the proper charset from the property files, but that does 
not work currently, see Bug #162. It might be best to switch to UTF-8 for all 
output.

The responsible code here is org.w3c.css.servlet.CssValidator.handleError().</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5524</commentid>
    <comment_count>1</comment_count>
    <who name="Yves Lafon">ylafon</who>
    <bug_when>2005-08-26 14:41:10 +0000</bug_when>
    <thetext>Fixed, see http://qa-dev.w3.org:8001/css-validator/</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>