From: Vivien M. <V....@qs...> - 2012-03-05 00:44:00
|
In case anyone else is having the same problem: Problem is solved by setting the C++ compiler to LLVM GCC 4.2, rather than using Apple LLVM compiler 3.0. -----Original Message----- From: Vivien Meng [mailto:V....@qs...] Sent: Sunday, 4 March 2012 12:27 PM To: clu...@li... Subject: [CLucene-dev] unicode type is not judged correctly on Mac machine Hi: I am using CLucene in Xcode on Mac. While I debug into file gunichartables.cpp (belong to share), method bool cl_isletter(gunichar c), the TYPE that is returned by int t = TYPE(c) is not correct, I know that the particular character should belong to G_UNICODE_OTHER_LETTER (as it is a Chinese character), but TYPE does not return the correct type. I know this works on Windows environment, I am wondering if anyone knows how to set some settings/switches on Mac to get the functions in gunichartables.cpp to work properly for multiple bytes characters on Mac. It would be very much appreciated. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ CLucene-developers mailing list CLu...@li... https://lists.sourceforge.net/lists/listinfo/clucene-developers |