[Webkit-unassigned] [Bug 17017] Remove KJS::UChar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 26 03:26:25 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17017


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18704|                            |review?
               Flag|                            |




------- Comment #4 from eric at webkit.org  2008-01-26 03:26 PDT -------
Created an attachment (id=18704)
 --> (http://bugs.webkit.org/attachment.cgi?id=18704&action=view)
Add ICU and appropriate Unicode forwarding headers to JSG (ENTIRELY ICU
headers)

 JavaScriptGlue/Configurations/Base.xcconfig        |    2 +-
 .../ForwardingHeaders/wtf/unicode/Unicode.h        |    1 +
 .../ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h |    1 +
 JavaScriptGlue/icu/LICENSE                         |   25 +
 JavaScriptGlue/icu/README                          |    4 +
 JavaScriptGlue/icu/unicode/platform.h              |  267 ++
 JavaScriptGlue/icu/unicode/putil.h                 |  180 ++
 JavaScriptGlue/icu/unicode/uchar.h                 | 2798 ++++++++++++++++++++
 JavaScriptGlue/icu/unicode/uconfig.h               |  186 ++
 JavaScriptGlue/icu/unicode/uiter.h                 |  707 +++++
 JavaScriptGlue/icu/unicode/umachine.h              |  371 +++
 JavaScriptGlue/icu/unicode/urename.h               | 1468 ++++++++++
 JavaScriptGlue/icu/unicode/ustring.h               | 1320 +++++++++
 JavaScriptGlue/icu/unicode/utf.h                   |  221 ++
 JavaScriptGlue/icu/unicode/utf16.h                 |  605 +++++
 JavaScriptGlue/icu/unicode/utf8.h                  |  627 +++++
 JavaScriptGlue/icu/unicode/utypes.h                |  745 ++++++
 JavaScriptGlue/icu/unicode/uversion.h              |  216 ++
 18 files changed, 9743 insertions(+), 1 deletions(-)


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list