Changeset 10412 in webkit for trunk/JavaScriptCore/kjs/function.cpp
- Timestamp:
- Aug 31, 2005, 12:57:56 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.cpp
r10399 r10412 39 39 #include <assert.h> 40 40 #include <string.h> 41 42 #if APPLE_CHANGES 41 #include <ctype.h> 42 43 43 #include <unicode/uchar.h> 44 #endif45 44 46 45 using namespace KXMLCore; … … 661 660 return true; 662 661 default: 663 #if APPLE_CHANGES664 662 return u_charType(c) == U_SPACE_SEPARATOR; 665 #else666 // ### properly support other Unicode Zs characters667 return false;668 #endif669 663 } 670 664 }
Note:
See TracChangeset
for help on using the changeset viewer.