Files
clucene/src/shared
zzzxl dda894af51 [fix] compatible with utf8 and invalid utf8 (#110)
1. supports utf8 and non-utf8 strings
2. optimize string_to_wstring function
2023-08-03 15:58:43 +08:00
..
2023-01-09 11:29:44 +08:00
2023-01-09 11:29:44 +08:00

This package creates a library that is used in all the CLucene projects. It provides 
cross-platform macros and functions that used to be inside CLucene. Since we need 
to be able to link against the shared clucene-core library, we need these functions 
to be seperate. They provide things like cl_* string macros, file handling functions,
replacement functions, etc.