<?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>9483</bug_id>
          
          <creation_ts>2006-06-17 03:12:36 -0700</creation_ts>
          <short_desc>copy and paste unicode file name into sarfari need to be normalized to Unicode NFC</short_desc>
          <delta_ts>2006-06-19 13:45:38 -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>Text</component>
          <version>416.x</version>
          <rep_platform>PC</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>8769</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="Frank Yung-Fong Tang">FrankTang+opendarwin</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>46056</commentid>
    <comment_count>0</comment_count>
    <who name="Frank Yung-Fong Tang">FrankTang+opendarwin</who>
    <bug_when>2006-06-17 03:12:36 -0700</bug_when>
    <thetext>reproduce procedure:
1. name a file  Îñţérñåţîöñåļîžåţîöñ by copy and paste this string into the file name
2. copy the file name again (yes, you need to copy from the file again, the file system api will change what you last paste in from NFC into NFD)
3. paste the file name you copy from the file finder into a html form (say, www.yahoo.com search box)
4. submit that form.

you will find what it submit is in Unicode normalization NFD instead of NFC. This is becaues Mac file name is stored in NFD . You should add an unicode normalization NFC code when you get text from the clipboard.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>46058</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-06-17 03:32:16 -0700</bug_when>
    <thetext>Just like bug 9482, this should work now (we&apos;ve changed form submission to convert to NFC).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>46301</commentid>
    <comment_count>2</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2006-06-19 13:45:38 -0700</bug_when>
    <thetext>I&apos;m going to mark this as a duplicate of the bug where we added normalization code.

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

    </bug>

</bugzilla>