txtdcode.cpp (recoll-1.27.11) | : | txtdcode.cpp (recoll-1.27.12) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
*/ | */ | |||
#include "autoconfig.h" | #include "autoconfig.h" | |||
#include <sstream> | #include <sstream> | |||
#include "cstr.h" | #include "cstr.h" | |||
#include "transcode.h" | #include "transcode.h" | |||
#include "mimehandler.h" | #include "mimehandler.h" | |||
#include "log.h" | #include "log.h" | |||
#include "smallut.h" | #include "smallut.h" | |||
#include "rclutil.h" | ||||
#include "listmem.h" | #include "listmem.h" | |||
#ifdef _WIN32 | #ifdef _WIN32 | |||
#include "utf8iter.h" | #include "utf8iter.h" | |||
#endif | #endif | |||
using std::string; | using std::string; | |||
// Called after decoding from utf-8 failed. Handle the common case | // Called after decoding from utf-8 failed. Handle the common case | |||
// where this is a good old 8bit-encoded text document left-over when | // where this is a good old 8bit-encoded text document left-over when | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |