tst
This commit is contained in:
parent
7294b960d7
commit
861fbec847
@ -32,6 +32,15 @@ using namespace std;
|
|||||||
#define UTF8ITER_CHECK
|
#define UTF8ITER_CHECK
|
||||||
#include "utf8iter.h"
|
#include "utf8iter.h"
|
||||||
#include "readfile.h"
|
#include "readfile.h"
|
||||||
|
#include "textsplit.h"
|
||||||
|
|
||||||
|
void tryempty()
|
||||||
|
{
|
||||||
|
Utf8Iter it("");
|
||||||
|
cout << "EOF ? " << it.eof() << endl;
|
||||||
|
TextSplit::isCJK(*it);
|
||||||
|
exit(0);
|
||||||
|
}
|
||||||
|
|
||||||
const char *thisprog;
|
const char *thisprog;
|
||||||
static char usage [] =
|
static char usage [] =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user