<?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>8043</bug_id>
          
          <creation_ts>2006-03-28 16:29:58 -0800</creation_ts>
          <short_desc>unicode (\uhhhh) sequences unrecognized in regex</short_desc>
          <delta_ts>2006-03-29 07:01:48 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>6257</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>1</everconfirmed>
          <reporter name="rahul abrol">solushex</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>37811</commentid>
    <comment_count>0</comment_count>
    <who name="rahul abrol">solushex</who>
    <bug_when>2006-03-28 16:29:58 -0800</bug_when>
    <thetext>alert(&quot;ä&quot;.match(/\u00e4/))

correctly yields &quot;ä&quot; in firefox and opera, but not in safari/ToT.  on the other hand,

alert(&quot;ä&quot;.match(/ä/)) 

works fine across the board.

i didn&apos;t see this listed as part of bug 4885.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>37827</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-03-28 19:31:03 -0800</bug_when>
    <thetext>This is highly related to bug 7253 and bug 6257.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>37843</commentid>
    <comment_count>2</comment_count>
    <who name="rahul abrol">solushex</who>
    <bug_when>2006-03-29 07:01:48 -0800</bug_when>
    <thetext>geoff&apos;s patch from bug 6257 fixes this, so i&apos;m going to mark as dupe.

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

    </bug>

</bugzilla>