Changeset 13663 in webkit for trunk/JavaScriptCore/kxmlcore


Ignore:
Timestamp:
Apr 3, 2006, 4:49:39 PM (19 years ago)
Author:
staikos
Message:

Reviewed by Maciej.

Implement a unicode abstraction layer to make JavaScriptCore much more
easily ported to other platforms without having to take in libicu. Also
makes the unicode related code easier to understand.

Location:
trunk/JavaScriptCore/kxmlcore
Files:
9 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kxmlcore/Platform.h

    r13154 r13663  
    150150#if PLATFORM(MAC)
    151151#define KXMLCORE_USE_MULTIPLE_THREADS 1
     152#define KXMLCORE_USE_ICU_UNICODE 1
     153#endif
     154
     155#if PLATFORM(KDE)
     156#define KXMLCORE_USE_QT4_UNICODE 1
    152157#endif
    153158
Note: See TracChangeset for help on using the changeset viewer.