|
a/src/common/textsplit.cpp |
|
b/src/common/textsplit.cpp |
1 |
#ifndef lint
|
1 |
#ifndef lint
|
2 |
static char rcsid[] = "@(#$Id: textsplit.cpp,v 1.35 2007-10-04 12:21:52 dockes Exp $ (C) 2004 J.F.Dockes";
|
2 |
static char rcsid[] = "@(#$Id: textsplit.cpp,v 1.36 2007-12-13 06:58:21 dockes Exp $ (C) 2004 J.F.Dockes";
|
3 |
#endif
|
3 |
#endif
|
4 |
/*
|
4 |
/*
|
5 |
* This program is free software; you can redistribute it and/or modify
|
5 |
* This program is free software; you can redistribute it and/or modify
|
6 |
* it under the terms of the GNU General Public License as published by
|
6 |
* it under the terms of the GNU General Public License as published by
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
|
... |
|
... |
20 |
#ifndef TEST_TEXTSPLIT
|
20 |
#ifndef TEST_TEXTSPLIT
|
21 |
|
21 |
|
22 |
#include <iostream>
|
22 |
#include <iostream>
|
23 |
#include <string>
|
23 |
#include <string>
|
24 |
#include <set>
|
24 |
#include <set>
|
|
|
25 |
#include <cstring>
|
|
|
26 |
|
25 |
#include "textsplit.h"
|
27 |
#include "textsplit.h"
|
26 |
#include "debuglog.h"
|
28 |
#include "debuglog.h"
|
27 |
#include "assert.h"
|
29 |
#include "assert.h"
|
28 |
|
30 |
|
29 |
//#define UTF8ITER_CHECK
|
31 |
//#define UTF8ITER_CHECK
|