<?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>10054</bug_id>
          
          <creation_ts>2006-07-21 15:47:25 -0700</creation_ts>
          <short_desc>ICU should be abstracted out from WebCore</short_desc>
          <delta_ts>2006-12-10 01:54: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>Platform</component>
          <version>420+</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</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="Antti Koivisto">koivisto</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>hyatt</cc>
    
    <cc>mitz</cc>
    
    <cc>sam</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>50515</commentid>
    <comment_count>0</comment_count>
    <who name="Antti Koivisto">koivisto</who>
    <bug_when>2006-07-21 15:47:25 -0700</bug_when>
    <thetext>ICU library can not be used on all platforms. For example it is far too big to use in mobile devices. There should be a unicode abstraction layer (like JSC already has) which can map to ICU or some platform functionality. Creating a bug for tracking this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>50532</commentid>
    <comment_count>1</comment_count>
    <who name="Sam Weinig">sam</who>
    <bug_when>2006-07-21 20:22:36 -0700</bug_when>
    <thetext>George Staikos has begun doing just this on the Unity project (branch?) and I am looking into working it back into the trunk.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42695</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-12-09 02:20:29 -0800</bug_when>
    <thetext>Done by Lars Knoll and Hyatt in r18098.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42541</commentid>
    <comment_count>3</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2006-12-09 03:56:46 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; Done by Lars Knoll and Hyatt in r18098.

Follow-up build fixes in r18099-r18105.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42543</commentid>
    <comment_count>4</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-12-09 04:03:35 -0800</bug_when>
    <thetext>&gt; &gt; Done by Lars Knoll and Hyatt in r18098.
&gt; Follow-up build fixes in r18099-r18105.

This change has caused a failure in tables/mozilla/bugs/bug33855.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42565</commentid>
    <comment_count>5</comment_count>
    <who name="">mitz</who>
    <bug_when>2006-12-10 00:28:07 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; &gt; &gt; Done by Lars Knoll and Hyatt in r18098.
&gt; &gt; Follow-up build fixes in r18099-r18105.
&gt; 
&gt; This change has caused a failure in tables/mozilla/bugs/bug33855.html
&gt; 

Specifically this change in StringImpl.cpp:

-    return c &lt;= 0x7F ? isspace(c) : (u_charDirection(c) == U_WHITE_SPACE_NEUTRAL);
+    return c &lt;= 0x7F ? isspace(c) : WTF::Unicode::isSpace(c);
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42566</commentid>
    <comment_count>6</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2006-12-10 00:35:41 -0800</bug_when>
    <thetext>Heh I caught that line in review and asked if it was still equivalent.  I guess it isn&apos;t.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42567</commentid>
    <comment_count>7</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2006-12-10 00:49:11 -0800</bug_when>
    <thetext>Let&apos;s get a regression bug filed.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42569</commentid>
    <comment_count>8</comment_count>
    <who name="">mitz</who>
    <bug_when>2006-12-10 01:54:48 -0800</bug_when>
    <thetext>(In reply to comment #7)
&gt; Let&apos;s get a regression bug filed.
&gt; 

Bug 11795.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>