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

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>5282</bug_id>
          
          <creation_ts>2005-10-06 00:53:42 -0700</creation_ts>
          <short_desc>Problem with french accent in safari with xml format 8859</short_desc>
          <delta_ts>2005-10-06 11:30:15 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>XML</component>
          <version>420+</version>
          <rep_platform>PC</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>3418</dup_id>
          
          <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>0</everconfirmed>
          <reporter name="Paugam">frederic.paugam</reporter>
          <assigned_to name="Dave Hyatt">hyatt</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>21515</commentid>
    <comment_count>0</comment_count>
    <who name="Paugam">frederic.paugam</who>
    <bug_when>2005-10-06 00:53:42 -0700</bug_when>
    <thetext>Dear Admin,

The french accents do not work on safari with my xml/xslt web page.

You can find this page on
http://www.institut.math.jussieu.fr/~fpaugam/parts-fr/index.xml

I putted the right format line:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot;?&gt;
&lt;?xml-stylesheet href=&quot;../style/webpage-fr.xsl&quot; type=&quot;text/xml&quot;?&gt;


They work perfectly well with firefox.

The safari version is less than 1 year old (on a recent powerbook)
and it does not work on two different macs. I do not want to type
in every accent in the html format because this is a huge work.

Best regards,

Frederic Paugam</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>21542</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2005-10-06 11:30:15 -0700</bug_when>
    <thetext>As a workaround, you can to try to set the output encoding to something that doesn&apos;t support accented 
Roman, for example:

&lt;xsl:output method=&quot;html&quot; encoding=&quot;windows-1251&quot; /&gt;

The encodings of your xml and xsl files themselves shouldn&apos;t be changed for this to work.

*** This bug has been marked as a duplicate of 3418 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>